Color Hex Logo

#e59adc Color Hex

#E59ADC
(229,154,220)
0 Favorites   0 Comments

Color spaces of #e59adc

RGB 229154220
HSL0.850.590.75
HSV307°33°90°
CMYK 0.000.330.04   0.10
XYZ56.787044.936573.3908
Yxy44.93650.32430.2566
Hunter Lab67.034733.9017-17.9875
CIE-Lab72.850138.1465-22.1675

#e59adc color RGB value is (229,154,220).

#e59adc hex color red value is 229, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e59adc hue: 0.85 , saturation: 0.59 and the lightness value of e59adc is 0.75.

The process color (four color CMYK) of #e59adc color hex is 0.00, 0.33, 0.04, 0.10. Web safe color of #e59adc is #cc99cc. Color #e59adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011010 11011100
Octal 345 232 334
Decimal 229 154 220
Hex E5 9A DC

RGB Percentages of Color #e59adc

%37.98
%25.54
%36.48

CMYK Percentages of Color #e59adc

%0
%33
%4
%10

Triadic Colors of #e59adc

#e59adc #dce59a #9adce5

Analogous Colors of #e59adc

#e59adc #e59ab7 #c99ae5

Monochromatic Colors of #e59adc

#e59adc

Complementary Color

#e59adc #9ae5a3

#e59adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59adc Color CSS Codes

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

#e59adc Text Font Color

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

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


#e59adc Background Color

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

This div background color is #e59adc


#e59adc Border Color

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

This div border color is #e59adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59adc


Comments

No comments written yet.

Please login to write comment.