Color Hex Logo

#e870ca Color Hex

#E870CA
(232,112,202)
0 Favorites   0 Comments

Color spaces of #e870ca

RGB 232112202
HSL0.880.720.67
HSV315°52°91°
CMYK 0.000.520.13   0.09
XYZ49.733633.008459.6271
Yxy33.00840.34930.2319
Hunter Lab57.452953.9742-21.3166
CIE-Lab64.167757.3587-25.4079

#e870ca color RGB value is (232,112,202).

#e870ca hex color red value is 232, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e870ca hue: 0.88 , saturation: 0.72 and the lightness value of e870ca is 0.67.

The process color (four color CMYK) of #e870ca color hex is 0.00, 0.52, 0.13, 0.09. Web safe color of #e870ca is #ff66cc. Color #e870ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 11001010
Octal 350 160 312
Decimal 232 112 202
Hex E8 70 CA

RGB Percentages of Color #e870ca

%42.49
%20.51
%37.00

CMYK Percentages of Color #e870ca

%0
%52
%13
%9

Triadic Colors of #e870ca

#e870ca #cae870 #70cae8

Analogous Colors of #e870ca

#e870ca #e8708e #ca70e8

Monochromatic Colors of #e870ca

#e870ca

Complementary Color

#e870ca #70e88e

#e870ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e870ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e870ca Color CSS Codes

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

#e870ca Text Font Color

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

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


#e870ca Background Color

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

This div background color is #e870ca


#e870ca Border Color

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

This div border color is #e870ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e870ca


Comments

No comments written yet.

Please login to write comment.