Color Hex Logo

#e80312 Color Hex

#E80312
(232,3,18)
0 Favorites   0 Comments

Color spaces of #e80312

RGB 232318
HSL0.990.970.46
HSV356°99°91°
CMYK 0.000.990.92   0.09
XYZ33.420517.26462.1432
Yxy17.26460.63260.3268
Hunter Lab41.550770.859326.0273
CIE-Lab48.591774.495457.3646

#e80312 color RGB value is (232,3,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000011 00010010
Octal 350 3 22
Decimal 232 3 18
Hex E8 3 12

RGB Percentages of Color #e80312

%91.70
%1.19
%7.11

CMYK Percentages of Color #e80312

%0
%99
%92
%9

Triadic Colors of #e80312

#e80312 #12e803 #0312e8

Analogous Colors of #e80312

#e80312 #e86703 #e80385

Monochromatic Colors of #e80312

#e80312

Complementary Color

#e80312 #03e8d9

#e80312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80312 Color CSS Codes

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

#e80312 Text Font Color

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

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


#e80312 Background Color

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

This div background color is #e80312


#e80312 Border Color

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

This div border color is #e80312


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,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 #e80312">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80312


Comments

No comments written yet.

Please login to write comment.