Color Hex Logo

#e12028 Color Hex

#E12028
(225,32,40)
0 Favorites   0 Comments

Color spaces of #e12028

RGB 2253240
HSL0.990.760.50
HSV358°86°88°
CMYK 0.000.860.82   0.12
XYZ31.950917.19383.6422
Yxy17.19380.60530.3257
Hunter Lab41.465464.977623.8179
CIE-Lab48.503369.626046.7712

#e12028 color RGB value is (225,32,40).

#e12028 hex color red value is 225, green value is 32 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #e12028 hue: 0.99 , saturation: 0.76 and the lightness value of e12028 is 0.50.

The process color (four color CMYK) of #e12028 color hex is 0.00, 0.86, 0.82, 0.12. Web safe color of #e12028 is #cc3333. Color #e12028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 00101000
Octal 341 40 50
Decimal 225 32 40
Hex E1 20 28

RGB Percentages of Color #e12028

%75.76
%10.77
%13.47

CMYK Percentages of Color #e12028

%0
%86
%82
%12

Triadic Colors of #e12028

#e12028 #28e120 #2028e1

Analogous Colors of #e12028

#e12028 #e17920 #e12089

Monochromatic Colors of #e12028

#e12028

Complementary Color

#e12028 #20e1d9

#e12028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12028 Color CSS Codes

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

#e12028 Text Font Color

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

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


#e12028 Background Color

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

This div background color is #e12028


#e12028 Border Color

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

This div border color is #e12028


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,32,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e12028; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e12028;
  -webkit-box-shadow: 1px 1px 3px 2px #e12028;
  box-shadow:         1px 1px 3px 2px #e12028; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,32,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12028


Comments

No comments written yet.

Please login to write comment.