Color Hex Logo

#e575ff Color Hex

#E575FF
(229,117,255)
0 Favorites   0 Comments

Color spaces of #e575ff

RGB 229117255
HSL0.801.000.73
HSV289°54°100°
CMYK 0.100.540.00   0.00
XYZ56.724436.600698.6827
Yxy36.60060.29540.1906
Hunter Lab60.498461.4925-54.3627
CIE-Lab66.976363.3097-50.4861

#e575ff color RGB value is (229,117,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110101 11111111
Octal 345 165 377
Decimal 229 117 255
Hex E5 75 FF

RGB Percentages of Color #e575ff

%38.10
%19.47
%42.43

CMYK Percentages of Color #e575ff

%10
%54
%0
%0

Triadic Colors of #e575ff

#e575ff #ffe575 #75ffe5

Analogous Colors of #e575ff

#e575ff #ff75d4 #a075ff

Monochromatic Colors of #e575ff

#e575ff

Complementary Color

#e575ff #8fff75

#e575ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e575ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e575ff Color CSS Codes

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

#e575ff Text Font Color

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

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


#e575ff Background Color

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

This div background color is #e575ff


#e575ff Border Color

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

This div border color is #e575ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e575ff


Comments

No comments written yet.

Please login to write comment.