Color Hex Logo

#e59bdf Color Hex

#E59BDF
(229,155,223)
0 Favorites   0 Comments

Color spaces of #e59bdf

RGB 229155223
HSL0.850.590.75
HSV305°32°90°
CMYK 0.000.320.03   0.10
XYZ57.353745.428475.5577
Yxy45.42840.32160.2547
Hunter Lab67.400633.9413-19.2851
CIE-Lab73.173138.1504-23.3197

#e59bdf color RGB value is (229,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011011 11011111
Octal 345 233 337
Decimal 229 155 223
Hex E5 9B DF

RGB Percentages of Color #e59bdf

%37.73
%25.54
%36.74

CMYK Percentages of Color #e59bdf

%0
%32
%3
%10

Triadic Colors of #e59bdf

#e59bdf #dfe59b #9bdfe5

Analogous Colors of #e59bdf

#e59bdf #e59bba #c69be5

Monochromatic Colors of #e59bdf

#e59bdf

Complementary Color

#e59bdf #9be5a1

#e59bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59bdf Color CSS Codes

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

#e59bdf Text Font Color

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

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


#e59bdf Background Color

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

This div background color is #e59bdf


#e59bdf Border Color

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

This div border color is #e59bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59bdf


Comments

No comments written yet.

Please login to write comment.