Color Hex Logo

#e59fdb Color Hex

#E59FDB
(229,159,219)
0 Favorites   0 Comments

Color spaces of #e59fdb

RGB 229159219
HSL0.860.570.76
HSV309°31°90°
CMYK 0.000.310.04   0.10
XYZ57.497446.568872.9761
Yxy46.56880.32480.2630
Hunter Lab68.241330.9746-15.6348
CIE-Lab73.913135.3132-20.0038

#e59fdb color RGB value is (229,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11011011
Octal 345 237 333
Decimal 229 159 219
Hex E5 9F DB

RGB Percentages of Color #e59fdb

%37.73
%26.19
%36.08

CMYK Percentages of Color #e59fdb

%0
%31
%4
%10

Triadic Colors of #e59fdb

#e59fdb #dbe59f #9fdbe5

Analogous Colors of #e59fdb

#e59fdb #e59fb8 #cc9fe5

Monochromatic Colors of #e59fdb

#e59fdb

Complementary Color

#e59fdb #9fe5a9

#e59fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fdb Color CSS Codes

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

#e59fdb Text Font Color

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

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


#e59fdb Background Color

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

This div background color is #e59fdb


#e59fdb Border Color

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

This div border color is #e59fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fdb


Comments

No comments written yet.

Please login to write comment.