Color Hex Logo

#e599ce Color Hex

#E599CE
(229,153,206)
0 Favorites   0 Comments

Color spaces of #e599ce

RGB 229153206
HSL0.880.590.75
HSV318°33°90°
CMYK 0.000.330.10   0.10
XYZ54.844943.896763.9748
Yxy43.89670.33710.2698
Hunter Lab66.254631.8150-10.8717
CIE-Lab72.159436.2670-15.5132

#e599ce color RGB value is (229,153,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011001 11001110
Octal 345 231 316
Decimal 229 153 206
Hex E5 99 CE

RGB Percentages of Color #e599ce

%38.95
%26.02
%35.03

CMYK Percentages of Color #e599ce

%0
%33
%10
%10

Triadic Colors of #e599ce

#e599ce #cee599 #99cee5

Analogous Colors of #e599ce

#e599ce #e599a8 #d699e5

Monochromatic Colors of #e599ce

#e599ce

Complementary Color

#e599ce #99e5b0

#e599ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e599ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e599ce Color CSS Codes

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

#e599ce Text Font Color

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

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


#e599ce Background Color

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

This div background color is #e599ce


#e599ce Border Color

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

This div border color is #e599ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e599ce


Comments

No comments written yet.

Please login to write comment.