Color Hex Logo

#e70842 Color Hex

#E70842
(231,8,66)
0 Favorites   0 Comments

Color spaces of #e70842

RGB 231866
HSL0.960.930.47
HSV344°97°91°
CMYK 0.000.970.71   0.09
XYZ34.025217.55596.7496
Yxy17.55590.58330.3010
Hunter Lab41.899871.628519.7789
CIE-Lab48.953075.054132.8345

#e70842 color RGB value is (231,8,66).

#e70842 hex color red value is 231, green value is 8 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #e70842 hue: 0.96 , saturation: 0.93 and the lightness value of e70842 is 0.47.

The process color (four color CMYK) of #e70842 color hex is 0.00, 0.97, 0.71, 0.09. Web safe color of #e70842 is #ff0033. Color #e70842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001000 01000010
Octal 347 10 102
Decimal 231 8 66
Hex E7 8 42

RGB Percentages of Color #e70842

%75.74
%2.62
%21.64

CMYK Percentages of Color #e70842

%0
%97
%71
%9

Triadic Colors of #e70842

#e70842 #42e708 #0842e7

Analogous Colors of #e70842

#e70842 #e73d08 #e708b2

Monochromatic Colors of #e70842

#e70842

Complementary Color

#e70842 #08e7ad

#e70842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70842 Color CSS Codes

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

#e70842 Text Font Color

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

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


#e70842 Background Color

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

This div background color is #e70842


#e70842 Border Color

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

This div border color is #e70842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70842


Comments

No comments written yet.

Please login to write comment.