Color Hex Logo

#e59ddb Color Hex

#E59DDB
(229,157,219)
0 Favorites   0 Comments

Color spaces of #e59ddb

RGB 229157219
HSL0.860.580.76
HSV308°31°90°
CMYK 0.000.310.04   0.10
XYZ57.156345.886472.8623
Yxy45.88640.32490.2609
Hunter Lab67.739532.0681-16.3562
CIE-Lab73.471836.3777-20.6737

#e59ddb color RGB value is (229,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011101 11011011
Octal 345 235 333
Decimal 229 157 219
Hex E5 9D DB

RGB Percentages of Color #e59ddb

%37.85
%25.95
%36.20

CMYK Percentages of Color #e59ddb

%0
%31
%4
%10

Triadic Colors of #e59ddb

#e59ddb #dbe59d #9ddbe5

Analogous Colors of #e59ddb

#e59ddb #e59db7 #cb9de5

Monochromatic Colors of #e59ddb

#e59ddb

Complementary Color

#e59ddb #9de5a7

#e59ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59ddb Color CSS Codes

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

#e59ddb Text Font Color

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

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


#e59ddb Background Color

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

This div background color is #e59ddb


#e59ddb Border Color

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

This div border color is #e59ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59ddb


Comments

No comments written yet.

Please login to write comment.