Color Hex Logo

#e689ac Color Hex

#E689AC
(230,137,172)
0 Favorites   0 Comments

Color spaces of #e689ac

RGB 230137172
HSL0.940.650.72
HSV337°40°90°
CMYK 0.000.400.25   0.10
XYZ49.025237.692943.7213
Yxy37.69290.37580.2890
Hunter Lab61.394535.09660.7536
CIE-Lab67.793739.8074-3.0788

#e689ac color RGB value is (230,137,172).

#e689ac hex color red value is 230, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e689ac hue: 0.94 , saturation: 0.65 and the lightness value of e689ac is 0.72.

The process color (four color CMYK) of #e689ac color hex is 0.00, 0.40, 0.25, 0.10. Web safe color of #e689ac is #ff9999. Color #e689ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001001 10101100
Octal 346 211 254
Decimal 230 137 172
Hex E6 89 AC

RGB Percentages of Color #e689ac

%42.67
%25.42
%31.91

CMYK Percentages of Color #e689ac

%0
%40
%25
%10

Triadic Colors of #e689ac

#e689ac #ace689 #89ace6

Analogous Colors of #e689ac

#e689ac #e69589 #e689db

Monochromatic Colors of #e689ac

#e689ac

Complementary Color

#e689ac #89e6c3

#e689ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e689ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e689ac Color CSS Codes

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

#e689ac Text Font Color

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

This sample text font color is #e689ac
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.


#e689ac Background Color

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

This div background color is #e689ac


#e689ac Border Color

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

This div border color is #e689ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e689ac


Comments

No comments written yet.

Please login to write comment.