Color Hex Logo

#e570ff Color Hex

#E570FF
(229,112,255)
0 Favorites   0 Comments

Color spaces of #e570ff

RGB 229112255
HSL0.801.000.72
HSV289°56°100°
CMYK 0.100.560.00   0.00
XYZ56.157335.466498.4936
Yxy35.46640.29540.1866
Hunter Lab59.553764.1011-56.3699
CIE-Lab66.110265.6354-51.8557

#e570ff color RGB value is (229,112,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110000 11111111
Octal 345 160 377
Decimal 229 112 255
Hex E5 70 FF

RGB Percentages of Color #e570ff

%38.42
%18.79
%42.79

CMYK Percentages of Color #e570ff

%10
%56
%0
%0

Triadic Colors of #e570ff

#e570ff #ffe570 #70ffe5

Analogous Colors of #e570ff

#e570ff #ff70d2 #9e70ff

Monochromatic Colors of #e570ff

#e570ff

Complementary Color

#e570ff #8aff70

#e570ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e570ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e570ff Color CSS Codes

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

#e570ff Text Font Color

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

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


#e570ff Background Color

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

This div background color is #e570ff


#e570ff Border Color

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

This div border color is #e570ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e570ff

Related Colors


Comments

No comments written yet.

Please login to write comment.