Color Hex Logo

#e59bbb Color Hex

#E59BBB
(229,155,187)
0 Favorites   0 Comments

Color spaces of #e59bbb

RGB 229155187
HSL0.930.590.75
HSV334°32°90°
CMYK 0.000.320.18   0.10
XYZ53.004143.688652.6528
Yxy43.68860.35490.2925
Hunter Lab66.097427.4705-0.9620
CIE-Lab72.019932.1582-5.2238

#e59bbb color RGB value is (229,155,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011011 10111011
Octal 345 233 273
Decimal 229 155 187
Hex E5 9B BB

RGB Percentages of Color #e59bbb

%40.11
%27.15
%32.75

CMYK Percentages of Color #e59bbb

%0
%32
%18
%10

Triadic Colors of #e59bbb

#e59bbb #bbe59b #9bbbe5

Analogous Colors of #e59bbb

#e59bbb #e5a09b #e59be0

Monochromatic Colors of #e59bbb

#e59bbb

Complementary Color

#e59bbb #9be5c5

#e59bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59bbb Color CSS Codes

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

#e59bbb Text Font Color

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

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


#e59bbb Background Color

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

This div background color is #e59bbb


#e59bbb Border Color

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

This div border color is #e59bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59bbb


Comments

No comments written yet.

Please login to write comment.