Color Hex Logo

#e70486 Color Hex

#E70486
(231,4,134)
0 Favorites   0 Comments

Color spaces of #e70486

RGB 2314134
HSL0.900.970.46
HSV326°98°91°
CMYK 0.000.980.42   0.09
XYZ37.301518.797024.2164
Yxy18.79700.46440.2340
Hunter Lab43.355577.7028-2.7678
CIE-Lab50.448979.6541-6.6080

#e70486 color RGB value is (231,4,134).

#e70486 hex color red value is 231, green value is 4 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e70486 hue: 0.90 , saturation: 0.97 and the lightness value of e70486 is 0.46.

The process color (four color CMYK) of #e70486 color hex is 0.00, 0.98, 0.42, 0.09. Web safe color of #e70486 is #ff0099. Color #e70486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000100 10000110
Octal 347 4 206
Decimal 231 4 134
Hex E7 4 86

RGB Percentages of Color #e70486

%62.60
%1.08
%36.31

CMYK Percentages of Color #e70486

%0
%98
%42
%9

Triadic Colors of #e70486

#e70486 #86e704 #0486e7

Analogous Colors of #e70486

#e70486 #e70415 #d704e7

Monochromatic Colors of #e70486

#e70486

Complementary Color

#e70486 #04e765

#e70486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70486 Color CSS Codes

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

#e70486 Text Font Color

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

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


#e70486 Background Color

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

This div background color is #e70486


#e70486 Border Color

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

This div border color is #e70486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70486


Comments

No comments written yet.

Please login to write comment.