Color Hex Logo

#e573fe Color Hex

#E573FE
(229,115,254)
0 Favorites   0 Comments

Color spaces of #e573fe

RGB 229115254
HSL0.800.990.72
HSV289°55°100°
CMYK 0.100.550.00   0.00
XYZ56.333236.075297.7601
Yxy36.07520.29620.1897
Hunter Lab60.062662.3069-54.4587
CIE-Lab66.577364.0594-50.5689

#e573fe color RGB value is (229,115,254).

#e573fe hex color red value is 229, green value is 115 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e573fe hue: 0.80 , saturation: 0.99 and the lightness value of e573fe is 0.72.

The process color (four color CMYK) of #e573fe color hex is 0.10, 0.55, 0.00, 0.00. Web safe color of #e573fe is #cc66ff. Color #e573fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110011 11111110
Octal 345 163 376
Decimal 229 115 254
Hex E5 73 FE

RGB Percentages of Color #e573fe

%38.29
%19.23
%42.47

CMYK Percentages of Color #e573fe

%10
%55
%0
%0

Triadic Colors of #e573fe

#e573fe #fee573 #73fee5

Analogous Colors of #e573fe

#e573fe #fe73d2 #a073fe

Monochromatic Colors of #e573fe

#e573fe

Complementary Color

#e573fe #8cfe73

#e573fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e573fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e573fe Color CSS Codes

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

#e573fe Text Font Color

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

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


#e573fe Background Color

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

This div background color is #e573fe


#e573fe Border Color

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

This div border color is #e573fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e573fe


Comments

No comments written yet.

Please login to write comment.