Color Hex Logo

#e70312 Color Hex

#E70312
(231,3,18)
0 Favorites   0 Comments

Color spaces of #e70312

RGB 231318
HSL0.990.970.46
HSV356°99°91°
CMYK 0.000.990.92   0.09
XYZ33.096717.09772.1281
Yxy17.09770.63260.3268
Hunter Lab41.349470.512925.8931
CIE-Lab48.382974.252157.1317

#e70312 color RGB value is (231,3,18).

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

The process color (four color CMYK) of #e70312 color hex is 0.00, 0.99, 0.92, 0.09. Web safe color of #e70312 is #ff0000. Color #e70312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000011 00010010
Octal 347 3 22
Decimal 231 3 18
Hex E7 3 12

RGB Percentages of Color #e70312

%91.67
%1.19
%7.14

CMYK Percentages of Color #e70312

%0
%99
%92
%9

Triadic Colors of #e70312

#e70312 #12e703 #0312e7

Analogous Colors of #e70312

#e70312 #e76603 #e70384

Monochromatic Colors of #e70312

#e70312

Complementary Color

#e70312 #03e7d8

#e70312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70312 Color CSS Codes

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

#e70312 Text Font Color

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

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


#e70312 Background Color

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

This div background color is #e70312


#e70312 Border Color

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

This div border color is #e70312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70312


Comments

No comments written yet.

Please login to write comment.