Color Hex Logo

#ea70cf Color Hex

#EA70CF
(234,112,207)
0 Favorites   0 Comments

Color spaces of #ea70cf

RGB 234112207
HSL0.870.740.68
HSV313°52°92°
CMYK 0.000.520.12   0.08
XYZ50.988333.585862.8268
Yxy33.58580.34590.2279
Hunter Lab57.953355.6293-23.7087
CIE-Lab64.632558.7156-27.4826

#ea70cf color RGB value is (234,112,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 11001111
Octal 352 160 317
Decimal 234 112 207
Hex EA 70 CF

RGB Percentages of Color #ea70cf

%42.31
%20.25
%37.43

CMYK Percentages of Color #ea70cf

%0
%52
%12
%8

Triadic Colors of #ea70cf

#ea70cf #cfea70 #70cfea

Analogous Colors of #ea70cf

#ea70cf #ea7092 #c870ea

Monochromatic Colors of #ea70cf

#ea70cf

Complementary Color

#ea70cf #70ea8b

#ea70cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea70cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea70cf Color CSS Codes

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

#ea70cf Text Font Color

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

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


#ea70cf Background Color

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

This div background color is #ea70cf


#ea70cf Border Color

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

This div border color is #ea70cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea70cf


Comments

No comments written yet.

Please login to write comment.