Color Hex Logo

#e599bf Color Hex

#E599BF
(229,153,191)
0 Favorites   0 Comments

Color spaces of #e599bf

RGB 229153191
HSL0.920.590.75
HSV330°33°90°
CMYK 0.000.330.17   0.10
XYZ53.108343.202154.8299
Yxy43.20210.35140.2858
Hunter Lab65.728329.2030-3.4493
CIE-Lab71.691933.8413-7.9237

#e599bf color RGB value is (229,153,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011001 10111111
Octal 345 231 277
Decimal 229 153 191
Hex E5 99 BF

RGB Percentages of Color #e599bf

%39.97
%26.70
%33.33

CMYK Percentages of Color #e599bf

%0
%33
%17
%10

Triadic Colors of #e599bf

#e599bf #bfe599 #99bfe5

Analogous Colors of #e599bf

#e599bf #e59999 #e599e5

Monochromatic Colors of #e599bf

#e599bf

Complementary Color

#e599bf #99e5bf

#e599bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e599bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e599bf Color CSS Codes

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

#e599bf Text Font Color

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

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


#e599bf Background Color

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

This div background color is #e599bf


#e599bf Border Color

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

This div border color is #e599bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e599bf


Comments

No comments written yet.

Please login to write comment.