Color Hex Logo

#e570cf Color Hex

#E570CF
(229,112,207)
0 Favorites   0 Comments

Color spaces of #e570cf

RGB 229112207
HSL0.860.690.67
HSV311°51°90°
CMYK 0.000.510.10   0.10
XYZ49.369832.751362.7511
Yxy32.75130.34080.2261
Hunter Lab57.228853.8371-24.9511
CIE-Lab63.959057.2734-28.5768

#e570cf color RGB value is (229,112,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110000 11001111
Octal 345 160 317
Decimal 229 112 207
Hex E5 70 CF

RGB Percentages of Color #e570cf

%41.79
%20.44
%37.77

CMYK Percentages of Color #e570cf

%0
%51
%10
%10

Triadic Colors of #e570cf

#e570cf #cfe570 #70cfe5

Analogous Colors of #e570cf

#e570cf #e57095 #c170e5

Monochromatic Colors of #e570cf

#e570cf

Complementary Color

#e570cf #70e586

#e570cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e570cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e570cf Color CSS Codes

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

#e570cf Text Font Color

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

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


#e570cf Background Color

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

This div background color is #e570cf


#e570cf Border Color

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

This div border color is #e570cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e570cf


Comments

No comments written yet.

Please login to write comment.