Color Hex Logo

#e59ccd Color Hex

#E59CCD
(229,156,205)
1 Favorites   0 Comments

Color spaces of #e59ccd

RGB 229156205
HSL0.890.580.75
HSV320°32°90°
CMYK 0.000.320.10   0.10
XYZ55.221044.842763.5027
Yxy44.84270.33760.2742
Hunter Lab66.964730.0080-9.3495
CIE-Lab72.788234.5060-14.0160

#e59ccd color RGB value is (229,156,205).

#e59ccd hex color red value is 229, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e59ccd hue: 0.89 , saturation: 0.58 and the lightness value of e59ccd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011100 11001101
Octal 345 234 315
Decimal 229 156 205
Hex E5 9C CD

RGB Percentages of Color #e59ccd

%38.81
%26.44
%34.75

CMYK Percentages of Color #e59ccd

%0
%32
%10
%10

Triadic Colors of #e59ccd

#e59ccd #cde59c #9ccde5

Analogous Colors of #e59ccd

#e59ccd #e59ca9 #d99ce5

Monochromatic Colors of #e59ccd

#e59ccd

Complementary Color

#e59ccd #9ce5b4

#e59ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59ccd Color CSS Codes

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

#e59ccd Text Font Color

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

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


#e59ccd Background Color

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

This div background color is #e59ccd


#e59ccd Border Color

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

This div border color is #e59ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,156,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e59ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59ccd

#e59ccd Color Palettes


Comments

No comments written yet.

Please login to write comment.