Color Hex Logo

#e573de Color Hex

#E573DE
(229,115,222)
0 Favorites   0 Comments

Color spaces of #e573de

RGB 229115222
HSL0.840.690.67
HSV304°50°90°
CMYK 0.000.500.03   0.10
XYZ51.628634.193472.9861
Yxy34.19340.32510.2153
Hunter Lab58.475155.2690-33.0706
CIE-Lab65.115858.3258-35.1796

#e573de color RGB value is (229,115,222).

#e573de hex color red value is 229, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e573de hue: 0.84 , saturation: 0.69 and the lightness value of e573de is 0.67.

The process color (four color CMYK) of #e573de color hex is 0.00, 0.50, 0.03, 0.10. Web safe color of #e573de is #cc66cc. Color #e573de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110011 11011110
Octal 345 163 336
Decimal 229 115 222
Hex E5 73 DE

RGB Percentages of Color #e573de

%40.46
%20.32
%39.22

CMYK Percentages of Color #e573de

%0
%50
%3
%10

Triadic Colors of #e573de

#e573de #dee573 #73dee5

Analogous Colors of #e573de

#e573de #e573a5 #b373e5

Monochromatic Colors of #e573de

#e573de

Complementary Color

#e573de #73e57a

#e573de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e573de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e573de Color CSS Codes

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

#e573de Text Font Color

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

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


#e573de Background Color

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

This div background color is #e573de


#e573de Border Color

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

This div border color is #e573de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e573de


Comments

No comments written yet.

Please login to write comment.