Color Hex Logo

#e9afdf Color Hex

#E9AFDF
(233,175,223)
0 Favorites   0 Comments

Color spaces of #e9afdf

RGB 233175223
HSL0.860.570.80
HSV310°25°91°
CMYK 0.000.250.04   0.09
XYZ62.253553.311376.8210
Yxy53.31130.32360.2771
Hunter Lab73.014624.4167-11.2707
CIE-Lab78.058428.7977-15.8781

#e9afdf color RGB value is (233,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101111 11011111
Octal 351 257 337
Decimal 233 175 223
Hex E9 AF DF

RGB Percentages of Color #e9afdf

%36.93
%27.73
%35.34

CMYK Percentages of Color #e9afdf

%0
%25
%4
%9

Triadic Colors of #e9afdf

#e9afdf #dfe9af #afdfe9

Analogous Colors of #e9afdf

#e9afdf #e9afc2 #d6afe9

Monochromatic Colors of #e9afdf

#e9afdf

Complementary Color

#e9afdf #afe9b9

#e9afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9afdf Color CSS Codes

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

#e9afdf Text Font Color

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

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


#e9afdf Background Color

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

This div background color is #e9afdf


#e9afdf Border Color

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

This div border color is #e9afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9afdf


Comments

No comments written yet.

Please login to write comment.