Color Hex Logo

#e70a8c Color Hex

#E70A8C
(231,10,140)
0 Favorites   0 Comments

Color spaces of #e70a8c

RGB 23110140
HSL0.900.920.47
HSV325°96°91°
CMYK 0.000.960.39   0.09
XYZ37.797219.099526.5054
Yxy19.09950.45320.2290
Hunter Lab43.703077.8983-5.3667
CIE-Lab50.803479.7402-9.7003

#e70a8c color RGB value is (231,10,140).

#e70a8c hex color red value is 231, green value is 10 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e70a8c hue: 0.90 , saturation: 0.92 and the lightness value of e70a8c is 0.47.

The process color (four color CMYK) of #e70a8c color hex is 0.00, 0.96, 0.39, 0.09. Web safe color of #e70a8c is #ff0099. Color #e70a8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001010 10001100
Octal 347 12 214
Decimal 231 10 140
Hex E7 A 8C

RGB Percentages of Color #e70a8c

%60.63
%2.62
%36.75

CMYK Percentages of Color #e70a8c

%0
%96
%39
%9

Triadic Colors of #e70a8c

#e70a8c #8ce70a #0a8ce7

Analogous Colors of #e70a8c

#e70a8c #e70a1e #d40ae7

Monochromatic Colors of #e70a8c

#e70a8c

Complementary Color

#e70a8c #0ae765

#e70a8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70a8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70a8c Color CSS Codes

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

#e70a8c Text Font Color

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

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


#e70a8c Background Color

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

This div background color is #e70a8c


#e70a8c Border Color

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

This div border color is #e70a8c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,10,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e70a8c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e70a8c;
  -webkit-box-shadow: 1px 1px 3px 2px #e70a8c;
  box-shadow:         1px 1px 3px 2px #e70a8c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,10,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70a8c


Comments

No comments written yet.

Please login to write comment.