Color Hex Logo

#e59edb Color Hex

#E59EDB
(229,158,219)
0 Favorites   0 Comments

Color spaces of #e59edb

RGB 229158219
HSL0.860.580.76
HSV308°31°90°
CMYK 0.000.310.04   0.10
XYZ57.326146.226272.9190
Yxy46.22620.32480.2619
Hunter Lab67.989931.5212-15.9955
CIE-Lab73.692135.8456-20.3392

#e59edb color RGB value is (229,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011110 11011011
Octal 345 236 333
Decimal 229 158 219
Hex E5 9E DB

RGB Percentages of Color #e59edb

%37.79
%26.07
%36.14

CMYK Percentages of Color #e59edb

%0
%31
%4
%10

Triadic Colors of #e59edb

#e59edb #dbe59e #9edbe5

Analogous Colors of #e59edb

#e59edb #e59eb8 #cc9ee5

Monochromatic Colors of #e59edb

#e59edb

Complementary Color

#e59edb #9ee5a8

#e59edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59edb Color CSS Codes

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

#e59edb Text Font Color

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

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


#e59edb Background Color

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

This div background color is #e59edb


#e59edb Border Color

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

This div border color is #e59edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59edb


Comments

No comments written yet.

Please login to write comment.