Color Hex Logo

#e59fbd Color Hex

#E59FBD
(229,159,189)
0 Favorites   0 Comments

Color spaces of #e59fbd

RGB 229159189
HSL0.930.570.76
HSV334°31°90°
CMYK 0.000.310.17   0.10
XYZ53.896545.128454.0141
Yxy45.12840.35220.2949
Hunter Lab67.177725.6492-0.6477
CIE-Lab72.976430.3323-4.9161

#e59fbd color RGB value is (229,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 10111101
Octal 345 237 275
Decimal 229 159 189
Hex E5 9F BD

RGB Percentages of Color #e59fbd

%39.69
%27.56
%32.76

CMYK Percentages of Color #e59fbd

%0
%31
%17
%10

Triadic Colors of #e59fbd

#e59fbd #bde59f #9fbde5

Analogous Colors of #e59fbd

#e59fbd #e5a49f #e59fe0

Monochromatic Colors of #e59fbd

#e59fbd

Complementary Color

#e59fbd #9fe5c7

#e59fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fbd Color CSS Codes

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

#e59fbd Text Font Color

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

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


#e59fbd Background Color

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

This div background color is #e59fbd


#e59fbd Border Color

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

This div border color is #e59fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fbd


Comments

No comments written yet.

Please login to write comment.