Color Hex Logo

#eaa1dc Color Hex

#EAA1DC
(234,161,220)
0 Favorites   0 Comments

Color spaces of #eaa1dc

RGB 234161220
HSL0.870.630.77
HSV312°31°92°
CMYK 0.000.310.06   0.08
XYZ59.594848.149573.8629
Yxy48.14950.32820.2651
Hunter Lab69.389831.8708-14.5391
CIE-Lab74.919136.0575-18.9754

#eaa1dc color RGB value is (234,161,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100001 11011100
Octal 352 241 334
Decimal 234 161 220
Hex EA A1 DC

RGB Percentages of Color #eaa1dc

%38.05
%26.18
%35.77

CMYK Percentages of Color #eaa1dc

%0
%31
%6
%8

Triadic Colors of #eaa1dc

#eaa1dc #dceaa1 #a1dcea

Analogous Colors of #eaa1dc

#eaa1dc #eaa1b8 #d4a1ea

Monochromatic Colors of #eaa1dc

#eaa1dc

Complementary Color

#eaa1dc #a1eaaf

#eaa1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa1dc Color CSS Codes

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

#eaa1dc Text Font Color

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

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


#eaa1dc Background Color

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

This div background color is #eaa1dc


#eaa1dc Border Color

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

This div border color is #eaa1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa1dc

#eaa1dc Color Palettes


Comments

No comments written yet.

Please login to write comment.