Color Hex Logo

#e8afce Color Hex

#E8AFCE
(232,175,206)
0 Favorites   0 Comments

Color spaces of #e8afce

RGB 232175206
HSL0.910.550.80
HSV327°25°91°
CMYK 0.000.250.11   0.09
XYZ59.749352.272065.3329
Yxy52.27200.33690.2947
Hunter Lab72.299420.9912-2.9675
CIE-Lab77.443225.5474-7.5802

#e8afce color RGB value is (232,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101111 11001110
Octal 350 257 316
Decimal 232 175 206
Hex E8 AF CE

RGB Percentages of Color #e8afce

%37.85
%28.55
%33.61

CMYK Percentages of Color #e8afce

%0
%25
%11
%9

Triadic Colors of #e8afce

#e8afce #cee8af #afcee8

Analogous Colors of #e8afce

#e8afce #e8afb2 #e6afe8

Monochromatic Colors of #e8afce

#e8afce

Complementary Color

#e8afce #afe8c9

#e8afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8afce Color CSS Codes

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

#e8afce Text Font Color

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

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


#e8afce Background Color

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

This div background color is #e8afce


#e8afce Border Color

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

This div border color is #e8afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8afce


Comments

No comments written yet.

Please login to write comment.