Color Hex Logo

#e9afcc Color Hex

#E9AFCC
(233,175,204)
0 Favorites   0 Comments

Color spaces of #e9afcc

RGB 233175204
HSL0.920.570.80
HSV330°25°91°
CMYK 0.000.250.12   0.09
XYZ59.833352.343264.0764
Yxy52.34320.33950.2970
Hunter Lab72.348621.0119-1.8669
CIE-Lab77.485625.5652-6.4187

#e9afcc color RGB value is (233,175,204).

#e9afcc hex color red value is 233, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e9afcc hue: 0.92 , saturation: 0.57 and the lightness value of e9afcc is 0.80.

The process color (four color CMYK) of #e9afcc color hex is 0.00, 0.25, 0.12, 0.09. Web safe color of #e9afcc is #ff99cc. Color #e9afcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101111 11001100
Octal 351 257 314
Decimal 233 175 204
Hex E9 AF CC

RGB Percentages of Color #e9afcc

%38.07
%28.59
%33.33

CMYK Percentages of Color #e9afcc

%0
%25
%12
%9

Triadic Colors of #e9afcc

#e9afcc #cce9af #afcce9

Analogous Colors of #e9afcc

#e9afcc #e9afaf #e9afe9

Monochromatic Colors of #e9afcc

#e9afcc

Complementary Color

#e9afcc #afe9cc

#e9afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9afcc Color CSS Codes

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

#e9afcc Text Font Color

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

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


#e9afcc Background Color

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

This div background color is #e9afcc


#e9afcc Border Color

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

This div border color is #e9afcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,175,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9afcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9afcc;
  -webkit-box-shadow: 1px 1px 3px 2px #e9afcc;
  box-shadow:         1px 1px 3px 2px #e9afcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,175,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9afcc


Comments

No comments written yet.

Please login to write comment.