Color Hex Logo

#e59cdb Color Hex

#E59CDB
(229,156,219)
0 Favorites   0 Comments

Color spaces of #e59cdb

RGB 229156219
HSL0.860.580.75
HSV308°32°90°
CMYK 0.000.320.04   0.10
XYZ56.987745.549472.8062
Yxy45.54940.32500.2598
Hunter Lab67.490332.6145-16.7168
CIE-Lab73.252236.9088-21.0074

#e59cdb color RGB value is (229,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011100 11011011
Octal 345 234 333
Decimal 229 156 219
Hex E5 9C DB

RGB Percentages of Color #e59cdb

%37.91
%25.83
%36.26

CMYK Percentages of Color #e59cdb

%0
%32
%4
%10

Triadic Colors of #e59cdb

#e59cdb #dbe59c #9cdbe5

Analogous Colors of #e59cdb

#e59cdb #e59cb7 #cb9ce5

Monochromatic Colors of #e59cdb

#e59cdb

Complementary Color

#e59cdb #9ce5a6

#e59cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59cdb Color CSS Codes

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

#e59cdb Text Font Color

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

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


#e59cdb Background Color

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

This div background color is #e59cdb


#e59cdb Border Color

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

This div border color is #e59cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59cdb


Comments

No comments written yet.

Please login to write comment.