Color Hex Logo

#eaa4dc Color Hex

#EAA4DC
(234,164,220)
0 Favorites   0 Comments

Color spaces of #eaa4dc

RGB 234164220
HSL0.870.630.78
HSV312°30°92°
CMYK 0.000.300.06   0.08
XYZ60.125449.210774.0398
Yxy49.21070.32790.2684
Hunter Lab70.150330.2281-13.4721
CIE-Lab75.582234.4657-17.9723

#eaa4dc color RGB value is (234,164,220).

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

The process color (four color CMYK) of #eaa4dc color hex is 0.00, 0.30, 0.06, 0.08. Web safe color of #eaa4dc is #ff99cc. Color #eaa4dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 11011100
Octal 352 244 334
Decimal 234 164 220
Hex EA A4 DC

RGB Percentages of Color #eaa4dc

%37.86
%26.54
%35.60

CMYK Percentages of Color #eaa4dc

%0
%30
%6
%8

Triadic Colors of #eaa4dc

#eaa4dc #dceaa4 #a4dcea

Analogous Colors of #eaa4dc

#eaa4dc #eaa4b9 #d5a4ea

Monochromatic Colors of #eaa4dc

#eaa4dc

Complementary Color

#eaa4dc #a4eab2

#eaa4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa4dc Color CSS Codes

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

#eaa4dc Text Font Color

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

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


#eaa4dc Background Color

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

This div background color is #eaa4dc


#eaa4dc Border Color

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

This div border color is #eaa4dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,164,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 #eaa4dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa4dc


Comments

No comments written yet.

Please login to write comment.