Color Hex Logo

#e593de Color Hex

#E593DE
(229,147,222)
0 Favorites   0 Comments

Color spaces of #e593de

RGB 229147222
HSL0.850.610.74
HSV305°36°90°
CMYK 0.000.360.03   0.10
XYZ55.931642.799474.4204
Yxy42.79940.32300.2472
Hunter Lab65.421338.1206-21.6509
CIE-Lab71.418642.1914-25.4518

#e593de color RGB value is (229,147,222).

#e593de hex color red value is 229, green value is 147 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e593de hue: 0.85 , saturation: 0.61 and the lightness value of e593de is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010011 11011110
Octal 345 223 336
Decimal 229 147 222
Hex E5 93 DE

RGB Percentages of Color #e593de

%38.29
%24.58
%37.12

CMYK Percentages of Color #e593de

%0
%36
%3
%10

Triadic Colors of #e593de

#e593de #dee593 #93dee5

Analogous Colors of #e593de

#e593de #e593b5 #c393e5

Monochromatic Colors of #e593de

#e593de

Complementary Color

#e593de #93e59a

#e593de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e593de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e593de Color CSS Codes

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

#e593de Text Font Color

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

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


#e593de Background Color

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

This div background color is #e593de


#e593de Border Color

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

This div border color is #e593de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e593de


Comments

No comments written yet.

Please login to write comment.