Color Hex Logo

#e570f0 Color Hex

#E570F0
(229,112,240)
0 Favorites   0 Comments

Color spaces of #e570f0

RGB 229112240
HSL0.820.810.69
HSV295°53°94°
CMYK 0.050.530.00   0.06
XYZ53.835434.537686.2671
Yxy34.53760.30830.1978
Hunter Lab58.768760.6707-45.8942
CIE-Lab65.387162.8883-44.7428

#e570f0 color RGB value is (229,112,240).

#e570f0 hex color red value is 229, green value is 112 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #e570f0 hue: 0.82 , saturation: 0.81 and the lightness value of e570f0 is 0.69.

The process color (four color CMYK) of #e570f0 color hex is 0.05, 0.53, 0.00, 0.06. Web safe color of #e570f0 is #cc66ff. Color #e570f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110000 11110000
Octal 345 160 360
Decimal 229 112 240
Hex E5 70 F0

RGB Percentages of Color #e570f0

%39.41
%19.28
%41.31

CMYK Percentages of Color #e570f0

%5
%53
%0
%6

Triadic Colors of #e570f0

#e570f0 #f0e570 #70f0e5

Analogous Colors of #e570f0

#e570f0 #f070bb #a570f0

Monochromatic Colors of #e570f0

#e570f0

Complementary Color

#e570f0 #7bf070

#e570f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e570f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e570f0 Color CSS Codes

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

#e570f0 Text Font Color

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

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


#e570f0 Background Color

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

This div background color is #e570f0


#e570f0 Border Color

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

This div border color is #e570f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e570f0


Comments

No comments written yet.

Please login to write comment.