Color Hex Logo

#e70ace Color Hex

#E70ACE
(231,10,206)
0 Favorites   0 Comments

Color spaces of #e70ace

RGB 23110206
HSL0.850.920.47
HSV307°96°91°
CMYK 0.000.960.11   0.09
XYZ44.204121.662260.2439
Yxy21.66220.35050.1718
Hunter Lab46.542788.0815-44.1639
CIE-Lab53.666787.0990-44.0753

#e70ace color RGB value is (231,10,206).

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

The process color (four color CMYK) of #e70ace color hex is 0.00, 0.96, 0.11, 0.09. Web safe color of #e70ace is #ff00cc. Color #e70ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001010 11001110
Octal 347 12 316
Decimal 231 10 206
Hex E7 A CE

RGB Percentages of Color #e70ace

%51.68
%2.24
%46.09

CMYK Percentages of Color #e70ace

%0
%96
%11
%9

Triadic Colors of #e70ace

#e70ace #cee70a #0acee7

Analogous Colors of #e70ace

#e70ace #e70a60 #920ae7

Monochromatic Colors of #e70ace

#e70ace

Complementary Color

#e70ace #0ae723

#e70ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70ace Color CSS Codes

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

#e70ace Text Font Color

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

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


#e70ace Background Color

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

This div background color is #e70ace


#e70ace Border Color

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

This div border color is #e70ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70ace


Comments

No comments written yet.

Please login to write comment.