Color Hex Logo

#e70cad Color Hex

#E70CAD
(231,12,173)
0 Favorites   0 Comments

Color spaces of #e70cad

RGB 23112173
HSL0.880.900.48
HSV316°95°91°
CMYK 0.000.950.25   0.09
XYZ40.629320.269041.3061
Yxy20.26900.39750.1983
Hunter Lab45.021182.3004-22.8828
CIE-Lab52.140082.9423-27.2993

#e70cad color RGB value is (231,12,173).

#e70cad hex color red value is 231, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e70cad hue: 0.88 , saturation: 0.90 and the lightness value of e70cad is 0.48.

The process color (four color CMYK) of #e70cad color hex is 0.00, 0.95, 0.25, 0.09. Web safe color of #e70cad is #ff0099. Color #e70cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001100 10101101
Octal 347 14 255
Decimal 231 12 173
Hex E7 C AD

RGB Percentages of Color #e70cad

%55.53
%2.88
%41.59

CMYK Percentages of Color #e70cad

%0
%95
%25
%9

Triadic Colors of #e70cad

#e70cad #ade70c #0cade7

Analogous Colors of #e70cad

#e70cad #e70c40 #b40ce7

Monochromatic Colors of #e70cad

#e70cad

Complementary Color

#e70cad #0ce746

#e70cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70cad Color CSS Codes

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

#e70cad Text Font Color

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

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


#e70cad Background Color

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

This div background color is #e70cad


#e70cad Border Color

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

This div border color is #e70cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70cad


Comments

No comments written yet.

Please login to write comment.