Color Hex Logo

#e688ac Color Hex

#E688AC
(230,136,172)
0 Favorites   0 Comments

Color spaces of #e688ac

RGB 230136172
HSL0.940.650.72
HSV337°41°90°
CMYK 0.000.410.25   0.10
XYZ48.883737.409943.6741
Yxy37.40990.37610.2878
Hunter Lab61.163635.62590.4783
CIE-Lab67.583440.3275-3.3881

#e688ac color RGB value is (230,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001000 10101100
Octal 346 210 254
Decimal 230 136 172
Hex E6 88 AC

RGB Percentages of Color #e688ac

%42.75
%25.28
%31.97

CMYK Percentages of Color #e688ac

%0
%41
%25
%10

Triadic Colors of #e688ac

#e688ac #ace688 #88ace6

Analogous Colors of #e688ac

#e688ac #e69388 #e688db

Monochromatic Colors of #e688ac

#e688ac

Complementary Color

#e688ac #88e6c2

#e688ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e688ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e688ac Color CSS Codes

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

#e688ac Text Font Color

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

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


#e688ac Background Color

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

This div background color is #e688ac


#e688ac Border Color

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

This div border color is #e688ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,136,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 #e688ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e688ac


Comments

No comments written yet.

Please login to write comment.