Color Hex Logo

#e70062 Color Hex

#E70062
(231,0,98)
0 Favorites   0 Comments

Color spaces of #e70062

RGB 231098
HSL0.931.000.45
HSV335°100°91°
CMYK 0.001.000.58   0.09
XYZ35.159617.870813.1516
Yxy17.87080.53130.2700
Hunter Lab42.273974.481011.1463
CIE-Lab49.339077.292513.7900

#e70062 color RGB value is (231,0,98).

#e70062 hex color red value is 231, green value is 0 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #e70062 hue: 0.93 , saturation: 1.00 and the lightness value of e70062 is 0.45.

The process color (four color CMYK) of #e70062 color hex is 0.00, 1.00, 0.58, 0.09. Web safe color of #e70062 is #ff0066. Color #e70062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000000 01100010
Octal 347 0 142
Decimal 231 0 98
Hex E7 0 62

RGB Percentages of Color #e70062

%70.21
%0.00
%29.79

CMYK Percentages of Color #e70062

%0
%100
%58
%9

Triadic Colors of #e70062

#e70062 #62e700 #0062e7

Analogous Colors of #e70062

#e70062 #e71200 #e700d6

Monochromatic Colors of #e70062

#e70062

Complementary Color

#e70062 #00e785

#e70062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70062 Color CSS Codes

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

#e70062 Text Font Color

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

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


#e70062 Background Color

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

This div background color is #e70062


#e70062 Border Color

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

This div border color is #e70062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70062


Comments

No comments written yet.

Please login to write comment.