Color Hex Logo

#e50212 Color Hex

#E50212
(229,2,18)
0 Favorites   0 Comments

Color spaces of #e50212

RGB 229218
HSL0.990.980.45
HSV356°99°90°
CMYK 0.000.990.92   0.10
XYZ32.444016.74512.0944
Yxy16.74510.63260.3265
Hunter Lab40.920869.912225.6100
CIE-Lab47.937273.845356.6492

#e50212 color RGB value is (229,2,18).

#e50212 hex color red value is 229, green value is 2 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e50212 hue: 0.99 , saturation: 0.98 and the lightness value of e50212 is 0.45.

The process color (four color CMYK) of #e50212 color hex is 0.00, 0.99, 0.92, 0.10. Web safe color of #e50212 is #cc0000. Color #e50212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000010 00010010
Octal 345 2 22
Decimal 229 2 18
Hex E5 2 12

RGB Percentages of Color #e50212

%91.97
%0.80
%7.23

CMYK Percentages of Color #e50212

%0
%99
%92
%10

Triadic Colors of #e50212

#e50212 #12e502 #0212e5

Analogous Colors of #e50212

#e50212 #e56402 #e50284

Monochromatic Colors of #e50212

#e50212

Complementary Color

#e50212 #02e5d5

#e50212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50212 Color CSS Codes

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

#e50212 Text Font Color

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

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


#e50212 Background Color

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

This div background color is #e50212


#e50212 Border Color

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

This div border color is #e50212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50212


Comments

No comments written yet.

Please login to write comment.