Color Hex Logo

#e570ea Color Hex

#E570EA
(229,112,234)
0 Favorites   0 Comments

Color spaces of #e570ea

RGB 229112234
HSL0.830.740.68
HSV298°52°92°
CMYK 0.020.520.00   0.08
XYZ52.958634.186981.6494
Yxy34.18690.31370.2025
Hunter Lab58.469659.3540-41.8664
CIE-Lab65.110761.8215-41.8566

#e570ea color RGB value is (229,112,234).

#e570ea hex color red value is 229, green value is 112 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e570ea hue: 0.83 , saturation: 0.74 and the lightness value of e570ea is 0.68.

The process color (four color CMYK) of #e570ea color hex is 0.02, 0.52, 0.00, 0.08. Web safe color of #e570ea is #cc66ff. Color #e570ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110000 11101010
Octal 345 160 352
Decimal 229 112 234
Hex E5 70 EA

RGB Percentages of Color #e570ea

%39.83
%19.48
%40.70

CMYK Percentages of Color #e570ea

%2
%52
%0
%8

Triadic Colors of #e570ea

#e570ea #eae570 #70eae5

Analogous Colors of #e570ea

#e570ea #ea70b2 #a870ea

Monochromatic Colors of #e570ea

#e570ea

Complementary Color

#e570ea #75ea70

#e570ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e570ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e570ea Color CSS Codes

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

#e570ea Text Font Color

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

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


#e570ea Background Color

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

This div background color is #e570ea


#e570ea Border Color

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

This div border color is #e570ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e570ea


Comments

No comments written yet.

Please login to write comment.