Color Hex Logo

#e599cf Color Hex

#E599CF
(229,153,207)
0 Favorites   0 Comments

Color spaces of #e599cf

RGB 229153207
HSL0.880.590.75
HSV317°33°90°
CMYK 0.000.330.10   0.10
XYZ54.966843.945564.6167
Yxy43.94550.33610.2687
Hunter Lab66.291431.9968-11.3882
CIE-Lab72.192136.4344-16.0153

#e599cf color RGB value is (229,153,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011001 11001111
Octal 345 231 317
Decimal 229 153 207
Hex E5 99 CF

RGB Percentages of Color #e599cf

%38.88
%25.98
%35.14

CMYK Percentages of Color #e599cf

%0
%33
%10
%10

Triadic Colors of #e599cf

#e599cf #cfe599 #99cfe5

Analogous Colors of #e599cf

#e599cf #e599a9 #d599e5

Monochromatic Colors of #e599cf

#e599cf

Complementary Color

#e599cf #99e5af

#e599cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e599cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e599cf Color CSS Codes

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

#e599cf Text Font Color

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

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


#e599cf Background Color

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

This div background color is #e599cf


#e599cf Border Color

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

This div border color is #e599cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e599cf


Comments

No comments written yet.

Please login to write comment.