Color Hex Logo

#e9afcf Color Hex

#E9AFCF
(233,175,207)
0 Favorites   0 Comments

Color spaces of #e9afcf

RGB 233175207
HSL0.910.570.80
HSV327°25°91°
CMYK 0.000.250.11   0.09
XYZ60.196752.488665.9901
Yxy52.48860.33690.2938
Hunter Lab72.449021.5269-3.2899
CIE-Lab77.572126.0582-7.9218

#e9afcf color RGB value is (233,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101111 11001111
Octal 351 257 317
Decimal 233 175 207
Hex E9 AF CF

RGB Percentages of Color #e9afcf

%37.89
%28.46
%33.66

CMYK Percentages of Color #e9afcf

%0
%25
%11
%9

Triadic Colors of #e9afcf

#e9afcf #cfe9af #afcfe9

Analogous Colors of #e9afcf

#e9afcf #e9afb2 #e6afe9

Monochromatic Colors of #e9afcf

#e9afcf

Complementary Color

#e9afcf #afe9c9

#e9afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9afcf Color CSS Codes

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

#e9afcf Text Font Color

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

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


#e9afcf Background Color

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

This div background color is #e9afcf


#e9afcf Border Color

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

This div border color is #e9afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9afcf


Comments

No comments written yet.

Please login to write comment.