Color Hex Logo

#eaa5dc Color Hex

#EAA5DC
(234,165,220)
0 Favorites   0 Comments

Color spaces of #eaa5dc

RGB 234165220
HSL0.870.620.78
HSV312°29°92°
CMYK 0.000.290.06   0.08
XYZ60.305149.570074.0997
Yxy49.57000.32780.2694
Hunter Lab70.406029.6809-13.1164
CIE-Lab75.804633.9344-17.6364

#eaa5dc color RGB value is (234,165,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 11011100
Octal 352 245 334
Decimal 234 165 220
Hex EA A5 DC

RGB Percentages of Color #eaa5dc

%37.80
%26.66
%35.54

CMYK Percentages of Color #eaa5dc

%0
%29
%6
%8

Triadic Colors of #eaa5dc

#eaa5dc #dceaa5 #a5dcea

Analogous Colors of #eaa5dc

#eaa5dc #eaa5ba #d6a5ea

Monochromatic Colors of #eaa5dc

#eaa5dc

Complementary Color

#eaa5dc #a5eab3

#eaa5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa5dc Color CSS Codes

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

#eaa5dc Text Font Color

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

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


#eaa5dc Background Color

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

This div background color is #eaa5dc


#eaa5dc Border Color

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

This div border color is #eaa5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa5dc


Comments

No comments written yet.

Please login to write comment.