Color Hex Logo

#e59bb2 Color Hex

#E59BB2
(229,155,178)
0 Favorites   0 Comments

Color spaces of #e59bb2

RGB 229155178
HSL0.950.590.75
HSV341°32°90°
CMYK 0.000.320.22   0.10
XYZ52.070343.315147.7357
Yxy43.31510.36380.3026
Hunter Lab65.814226.04923.0663
CIE-Lab71.768330.8113-0.6103

#e59bb2 color RGB value is (229,155,178).

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

The process color (four color CMYK) of #e59bb2 color hex is 0.00, 0.32, 0.22, 0.10. Web safe color of #e59bb2 is #cc9999. Color #e59bb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011011 10110010
Octal 345 233 262
Decimal 229 155 178
Hex E5 9B B2

RGB Percentages of Color #e59bb2

%40.75
%27.58
%31.67

CMYK Percentages of Color #e59bb2

%0
%32
%22
%10

Triadic Colors of #e59bb2

#e59bb2 #b2e59b #9bb2e5

Analogous Colors of #e59bb2

#e59bb2 #e5a99b #e59bd7

Monochromatic Colors of #e59bb2

#e59bb2

Complementary Color

#e59bb2 #9be5ce

#e59bb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59bb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59bb2 Color CSS Codes

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

#e59bb2 Text Font Color

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

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


#e59bb2 Background Color

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

This div background color is #e59bb2


#e59bb2 Border Color

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

This div border color is #e59bb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59bb2


Comments

No comments written yet.

Please login to write comment.