color codes Logo

#e9a7dc color codes

#E9A7DC
(233,167,220)
0 Favorites   0 Comments

Color spaces of #e9a7dc

RGB 233167220
HSL0.870.600.78
HSV312°28°91°
CMYK 0.000.280.06   0.09
XYZ60.341350.128474.2056
Yxy50.12840.32670.2714
Hunter Lab70.801428.2262-12.5797
CIE-Lab76.148032.5401-17.1280

#e9a7dc color RGB value is (233,167,220).

#e9a7dc hex color red value is 233, green value is 167 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e9a7dc hue: 0.87 , saturation: 0.60 and the lightness value of e9a7dc is 0.78.

The process color (four color CMYK) of #e9a7dc color code is 0.00, 0.28, 0.06, 0.09. Web safe color of #e9a7dc is #ff99cc. Color #e9a7dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10100111 11011100
Octal 351 247 334
Decimal 233 167 220
Hex E9 A7 DC

RGB Percentages of Color #e9a7dc

%37.58
%26.94
%35.48

CMYK Percentages of Color #e9a7dc

%0
%28
%6
%9

Triadic Colors of #e9a7dc

#e9a7dc #dce9a7 #a7dce9

Analogous Colors of #e9a7dc

#e9a7dc #e9a7bb #d5a7e9

Monochromatic Colors of #e9a7dc

#e9a7dc

Complementary Color

#e9a7dc #a7e9b4

#e9a7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9a7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9a7dc Color CSS Codes

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

#e9a7dc Text Font Color

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

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


#e9a7dc Background Color

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

This div background color is #e9a7dc


#e9a7dc Border Color

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

This div border color is #e9a7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9a7dc


Comments

No comments written yet.

Please login to write comment.