Color Hex Logo

#e59cbf Color Hex

#E59CBF
(229,156,191)
0 Favorites   0 Comments

Color spaces of #e59cbf

RGB 229156191
HSL0.920.580.75
HSV331°32°90°
CMYK 0.000.320.17   0.10
XYZ53.605544.196554.9957
Yxy44.19650.35080.2892
Hunter Lab66.480427.5900-2.5111
CIE-Lab72.359632.2443-6.9327

#e59cbf color RGB value is (229,156,191).

#e59cbf hex color red value is 229, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e59cbf hue: 0.92 , saturation: 0.58 and the lightness value of e59cbf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011100 10111111
Octal 345 234 277
Decimal 229 156 191
Hex E5 9C BF

RGB Percentages of Color #e59cbf

%39.76
%27.08
%33.16

CMYK Percentages of Color #e59cbf

%0
%32
%17
%10

Triadic Colors of #e59cbf

#e59cbf #bfe59c #9cbfe5

Analogous Colors of #e59cbf

#e59cbf #e59e9c #e59ce4

Monochromatic Colors of #e59cbf

#e59cbf

Complementary Color

#e59cbf #9ce5c2

#e59cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59cbf Color CSS Codes

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

#e59cbf Text Font Color

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

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


#e59cbf Background Color

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

This div background color is #e59cbf


#e59cbf Border Color

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

This div border color is #e59cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59cbf


Comments

No comments written yet.

Please login to write comment.