Color Hex Logo

#e570ce Color Hex

#E570CE
(229,112,206)
0 Favorites   0 Comments

Color spaces of #e570ce

RGB 229112206
HSL0.870.690.67
HSV312°51°90°
CMYK 0.000.510.10   0.10
XYZ49.247832.702662.1091
Yxy32.70260.34190.2270
Hunter Lab57.186253.6454-24.3637
CIE-Lab63.919457.1129-28.0756

#e570ce color RGB value is (229,112,206).

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

The process color (four color CMYK) of #e570ce color hex is 0.00, 0.51, 0.10, 0.10. Web safe color of #e570ce is #cc66cc. Color #e570ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110000 11001110
Octal 345 160 316
Decimal 229 112 206
Hex E5 70 CE

RGB Percentages of Color #e570ce

%41.86
%20.48
%37.66

CMYK Percentages of Color #e570ce

%0
%51
%10
%10

Triadic Colors of #e570ce

#e570ce #cee570 #70cee5

Analogous Colors of #e570ce

#e570ce #e57094 #c270e5

Monochromatic Colors of #e570ce

#e570ce

Complementary Color

#e570ce #70e587

#e570ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e570ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e570ce Color CSS Codes

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

#e570ce Text Font Color

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

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


#e570ce Background Color

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

This div background color is #e570ce


#e570ce Border Color

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

This div border color is #e570ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e570ce


Comments

No comments written yet.

Please login to write comment.