Color Hex Logo

#e684ab Color Hex

#E684AB
(230,132,171)
0 Favorites   0 Comments

Color spaces of #e684ab

RGB 230132171
HSL0.930.660.71
HSV336°43°90°
CMYK 0.000.430.26   0.10
XYZ48.235136.265842.9858
Yxy36.26580.37840.2845
Hunter Lab60.221137.5857-0.1664
CIE-Lab66.722542.2586-4.0935

#e684ab color RGB value is (230,132,171).

#e684ab hex color red value is 230, green value is 132 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e684ab hue: 0.93 , saturation: 0.66 and the lightness value of e684ab is 0.71.

The process color (four color CMYK) of #e684ab color hex is 0.00, 0.43, 0.26, 0.10. Web safe color of #e684ab is #ff9999. Color #e684ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000100 10101011
Octal 346 204 253
Decimal 230 132 171
Hex E6 84 AB

RGB Percentages of Color #e684ab

%43.15
%24.77
%32.08

CMYK Percentages of Color #e684ab

%0
%43
%26
%10

Triadic Colors of #e684ab

#e684ab #abe684 #84abe6

Analogous Colors of #e684ab

#e684ab #e68e84 #e684dc

Monochromatic Colors of #e684ab

#e684ab

Complementary Color

#e684ab #84e6bf

#e684ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e684ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e684ab Color CSS Codes

.mybgcolor {background-color:#e684ab; } 
.myforecolor {color:#e684ab; }
.mybordercolor {border:3px solid #e684ab; }

#e684ab Text Font Color

<p style="color:#e684ab">Text here</p>

This sample text font color is #e684ab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e684ab Background Color

<div style="background-color:#e684ab">
Div content here</div>

This div background color is #e684ab


#e684ab Border Color

<div style="border:3px solid #e684ab">
Div here</div>

This div border color is #e684ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,132,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e684ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e684ab;
  -webkit-box-shadow: 1px 1px 3px 2px #e684ab;
  box-shadow:         1px 1px 3px 2px #e684ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,132,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e684ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e684ab;
  -webkit-box-shadow: 1px 1px 3px 2px #e684ab;
  box-shadow:         1px 1px 3px 2px #e684ab;">
Div content here</div>

This div box has shadow with color #e684ab


Comments

No comments written yet.

Please login to write comment.