Color Hex Logo

#e599dc Color Hex

#E599DC
(229,153,220)
0 Favorites   0 Comments

Color spaces of #e599dc

RGB 229153220
HSL0.850.590.75
HSV307°33°90°
CMYK 0.000.330.04   0.10
XYZ56.622644.607873.3360
Yxy44.60780.32440.2555
Hunter Lab66.789134.4483-18.3495
CIE-Lab72.632938.6758-22.4983

#e599dc color RGB value is (229,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011001 11011100
Octal 345 231 334
Decimal 229 153 220
Hex E5 99 DC

RGB Percentages of Color #e599dc

%38.04
%25.42
%36.54

CMYK Percentages of Color #e599dc

%0
%33
%4
%10

Triadic Colors of #e599dc

#e599dc #dce599 #99dce5

Analogous Colors of #e599dc

#e599dc #e599b6 #c899e5

Monochromatic Colors of #e599dc

#e599dc

Complementary Color

#e599dc #99e5a2

#e599dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e599dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e599dc Color CSS Codes

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

#e599dc Text Font Color

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

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


#e599dc Background Color

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

This div background color is #e599dc


#e599dc Border Color

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

This div border color is #e599dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e599dc


Comments

No comments written yet.

Please login to write comment.