Color Hex Logo

#e573eb Color Hex

#E573EB
(229,115,235)
0 Favorites   0 Comments

Color spaces of #e573eb

RGB 229115235
HSL0.830.750.69
HSV297°51°92°
CMYK 0.030.510.00   0.08
XYZ53.439234.917682.5205
Yxy34.91760.31270.2043
Hunter Lab59.091158.0175-41.4345
CIE-Lab65.684560.5890-41.5111

#e573eb color RGB value is (229,115,235).

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

The process color (four color CMYK) of #e573eb color hex is 0.03, 0.51, 0.00, 0.08. Web safe color of #e573eb is #cc66ff. Color #e573eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110011 11101011
Octal 345 163 353
Decimal 229 115 235
Hex E5 73 EB

RGB Percentages of Color #e573eb

%39.55
%19.86
%40.59

CMYK Percentages of Color #e573eb

%3
%51
%0
%8

Triadic Colors of #e573eb

#e573eb #ebe573 #73ebe5

Analogous Colors of #e573eb

#e573eb #eb73b5 #a973eb

Monochromatic Colors of #e573eb

#e573eb

Complementary Color

#e573eb #79eb73

#e573eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e573eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e573eb Color CSS Codes

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

#e573eb Text Font Color

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

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


#e573eb Background Color

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

This div background color is #e573eb


#e573eb Border Color

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

This div border color is #e573eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e573eb


Comments

No comments written yet.

Please login to write comment.