Color Hex Logo

#e599b2 Color Hex

#E599B2
(229,153,178)
0 Favorites   0 Comments

Color spaces of #e599b2

RGB 229153178
HSL0.950.590.75
HSV340°33°90°
CMYK 0.000.330.22   0.10
XYZ51.740242.654847.6257
Yxy42.65480.36430.3003
Hunter Lab65.310627.11712.4821
CIE-Lab71.320031.8771-1.2664

#e599b2 color RGB value is (229,153,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011001 10110010
Octal 345 231 262
Decimal 229 153 178
Hex E5 99 B2

RGB Percentages of Color #e599b2

%40.89
%27.32
%31.79

CMYK Percentages of Color #e599b2

%0
%33
%22
%10

Triadic Colors of #e599b2

#e599b2 #b2e599 #99b2e5

Analogous Colors of #e599b2

#e599b2 #e5a699 #e599d8

Monochromatic Colors of #e599b2

#e599b2

Complementary Color

#e599b2 #99e5cc

#e599b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e599b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e599b2 Color CSS Codes

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

#e599b2 Text Font Color

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

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


#e599b2 Background Color

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

This div background color is #e599b2


#e599b2 Border Color

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

This div border color is #e599b2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,153,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 #e599b2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e599b2


Comments

No comments written yet.

Please login to write comment.