Color Hex Logo

#ea70ce Color Hex

#EA70CE
(234,112,206)
0 Favorites   0 Comments

Color spaces of #ea70ce

RGB 234112206
HSL0.870.740.68
HSV314°52°92°
CMYK 0.000.520.12   0.08
XYZ50.866433.537062.1849
Yxy33.53700.34700.2288
Hunter Lab57.911155.4414-23.1277
CIE-Lab64.593458.5600-26.9810

#ea70ce color RGB value is (234,112,206).

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

The process color (four color CMYK) of #ea70ce color hex is 0.00, 0.52, 0.12, 0.08. Web safe color of #ea70ce is #ff66cc. Color #ea70ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 11001110
Octal 352 160 316
Decimal 234 112 206
Hex EA 70 CE

RGB Percentages of Color #ea70ce

%42.39
%20.29
%37.32

CMYK Percentages of Color #ea70ce

%0
%52
%12
%8

Triadic Colors of #ea70ce

#ea70ce #ceea70 #70ceea

Analogous Colors of #ea70ce

#ea70ce #ea7091 #c970ea

Monochromatic Colors of #ea70ce

#ea70ce

Complementary Color

#ea70ce #70ea8c

#ea70ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea70ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea70ce Color CSS Codes

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

#ea70ce Text Font Color

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

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


#ea70ce Background Color

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

This div background color is #ea70ce


#ea70ce Border Color

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

This div border color is #ea70ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,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 #ea70ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea70ce


Comments

No comments written yet.

Please login to write comment.