Color Hex Logo

#e575fe Color Hex

#E575FE
(229,117,254)
0 Favorites   0 Comments

Color spaces of #e575fe

RGB 229117254
HSL0.800.990.73
HSV289°54°100°
CMYK 0.100.540.00   0.00
XYZ56.563836.536497.8369
Yxy36.53640.29620.1914
Hunter Lab60.445361.2581-53.6551
CIE-Lab66.927863.1213-50.0153

#e575fe color RGB value is (229,117,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110101 11111110
Octal 345 165 376
Decimal 229 117 254
Hex E5 75 FE

RGB Percentages of Color #e575fe

%38.17
%19.50
%42.33

CMYK Percentages of Color #e575fe

%10
%54
%0
%0

Triadic Colors of #e575fe

#e575fe #fee575 #75fee5

Analogous Colors of #e575fe

#e575fe #fe75d3 #a175fe

Monochromatic Colors of #e575fe

#e575fe

Complementary Color

#e575fe #8efe75

#e575fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e575fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e575fe Color CSS Codes

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

#e575fe Text Font Color

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

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


#e575fe Background Color

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

This div background color is #e575fe


#e575fe Border Color

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

This div border color is #e575fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e575fe

Related Colors


Comments

No comments written yet.

Please login to write comment.