Color Hex Logo

#e573ee Color Hex

#E573EE
(229,115,238)
0 Favorites   0 Comments

Color spaces of #e573ee

RGB 229115238
HSL0.820.780.69
HSV296°52°93°
CMYK 0.040.520.00   0.07
XYZ53.876435.092584.8229
Yxy35.09250.31000.2019
Hunter Lab59.238958.6734-43.4288
CIE-Lab65.820661.1245-42.9567

#e573ee color RGB value is (229,115,238).

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

The process color (four color CMYK) of #e573ee color hex is 0.04, 0.52, 0.00, 0.07. Web safe color of #e573ee is #cc66ff. Color #e573ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110011 11101110
Octal 345 163 356
Decimal 229 115 238
Hex E5 73 EE

RGB Percentages of Color #e573ee

%39.35
%19.76
%40.89

CMYK Percentages of Color #e573ee

%4
%52
%0
%7

Triadic Colors of #e573ee

#e573ee #eee573 #73eee5

Analogous Colors of #e573ee

#e573ee #ee73ba #a873ee

Monochromatic Colors of #e573ee

#e573ee

Complementary Color

#e573ee #7cee73

#e573ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e573ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e573ee Color CSS Codes

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

#e573ee Text Font Color

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

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


#e573ee Background Color

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

This div background color is #e573ee


#e573ee Border Color

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

This div border color is #e573ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e573ee


Comments

No comments written yet.

Please login to write comment.