Color Hex Logo

#e59bbe Color Hex

#E59BBE
(229,155,190)
0 Favorites   0 Comments

Color spaces of #e59bbe

RGB 229155190
HSL0.920.590.75
HSV332°32°90°
CMYK 0.000.320.17   0.10
XYZ53.328743.818454.3623
Yxy43.81840.35200.2892
Hunter Lab66.195527.9619-2.3544
CIE-Lab72.106932.6213-6.7546

#e59bbe color RGB value is (229,155,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011011 10111110
Octal 345 233 276
Decimal 229 155 190
Hex E5 9B BE

RGB Percentages of Color #e59bbe

%39.90
%27.00
%33.10

CMYK Percentages of Color #e59bbe

%0
%32
%17
%10

Triadic Colors of #e59bbe

#e59bbe #bee59b #9bbee5

Analogous Colors of #e59bbe

#e59bbe #e59d9b #e59be3

Monochromatic Colors of #e59bbe

#e59bbe

Complementary Color

#e59bbe #9be5c2

#e59bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59bbe Color CSS Codes

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

#e59bbe Text Font Color

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

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


#e59bbe Background Color

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

This div background color is #e59bbe


#e59bbe Border Color

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

This div border color is #e59bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59bbe


Comments

No comments written yet.

Please login to write comment.