Color Hex Logo

#e8afcc Color Hex

#E8AFCC
(232,175,204)
0 Favorites   0 Comments

Color spaces of #e8afcc

RGB 232175204
HSL0.920.550.80
HSV329°25°91°
CMYK 0.000.250.12   0.09
XYZ59.507852.175464.0612
Yxy52.17540.33860.2969
Hunter Lab72.232520.6479-2.0200
CIE-Lab77.385625.2178-6.5779

#e8afcc color RGB value is (232,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101111 11001100
Octal 350 257 314
Decimal 232 175 204
Hex E8 AF CC

RGB Percentages of Color #e8afcc

%37.97
%28.64
%33.39

CMYK Percentages of Color #e8afcc

%0
%25
%12
%9

Triadic Colors of #e8afcc

#e8afcc #cce8af #afcce8

Analogous Colors of #e8afcc

#e8afcc #e8afb0 #e8afe8

Monochromatic Colors of #e8afcc

#e8afcc

Complementary Color

#e8afcc #afe8cb

#e8afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8afcc Color CSS Codes

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

#e8afcc Text Font Color

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

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


#e8afcc Background Color

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

This div background color is #e8afcc


#e8afcc Border Color

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

This div border color is #e8afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8afcc


Comments

No comments written yet.

Please login to write comment.