Color Hex Logo

#e9afcb Color Hex

#E9AFCB
(233,175,203)
0 Favorites   0 Comments

Color spaces of #e9afcb

RGB 233175203
HSL0.920.570.80
HSV331°25°91°
CMYK 0.000.250.13   0.09
XYZ59.713752.295463.4467
Yxy52.29540.34030.2981
Hunter Lab72.315620.8420-1.3977
CIE-Lab77.457125.4022-5.9169

#e9afcb color RGB value is (233,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101111 11001011
Octal 351 257 313
Decimal 233 175 203
Hex E9 AF CB

RGB Percentages of Color #e9afcb

%38.13
%28.64
%33.22

CMYK Percentages of Color #e9afcb

%0
%25
%13
%9

Triadic Colors of #e9afcb

#e9afcb #cbe9af #afcbe9

Analogous Colors of #e9afcb

#e9afcb #e9b0af #e9afe8

Monochromatic Colors of #e9afcb

#e9afcb

Complementary Color

#e9afcb #afe9cd

#e9afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9afcb Color CSS Codes

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

#e9afcb Text Font Color

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

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


#e9afcb Background Color

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

This div background color is #e9afcb


#e9afcb Border Color

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

This div border color is #e9afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9afcb


Comments

No comments written yet.

Please login to write comment.