Color Hex Logo

#e0a1dc Color Hex

#E0A1DC
(224,161,220)
0 Favorites   0 Comments

Color spaces of #e0a1dc

RGB 224161220
HSL0.840.500.75
HSV304°28°88°
CMYK 0.000.280.02   0.12
XYZ56.403646.504373.7136
Yxy46.50430.31930.2633
Hunter Lab68.194128.2985-16.3530
CIE-Lab73.871632.7936-20.6630

#e0a1dc color RGB value is (224,161,220).

#e0a1dc hex color red value is 224, green value is 161 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e0a1dc hue: 0.84 , saturation: 0.50 and the lightness value of e0a1dc is 0.75.

The process color (four color CMYK) of #e0a1dc color hex is 0.00, 0.28, 0.02, 0.12. Web safe color of #e0a1dc is #cc99cc. Color #e0a1dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10100001 11011100
Octal 340 241 334
Decimal 224 161 220
Hex E0 A1 DC

RGB Percentages of Color #e0a1dc

%37.02
%26.61
%36.36

CMYK Percentages of Color #e0a1dc

%0
%28
%2
%12

Triadic Colors of #e0a1dc

#e0a1dc #dce0a1 #a1dce0

Analogous Colors of #e0a1dc

#e0a1dc #e0a1bd #c5a1e0

Monochromatic Colors of #e0a1dc

#e0a1dc

Complementary Color

#e0a1dc #a1e0a5

#e0a1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0a1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0a1dc Color CSS Codes

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

#e0a1dc Text Font Color

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

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


#e0a1dc Background Color

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

This div background color is #e0a1dc


#e0a1dc Border Color

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

This div border color is #e0a1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0a1dc


Comments

No comments written yet.

Please login to write comment.