Color Hex Logo

#e91428 Color Hex

#E91428
(233,20,40)
0 Favorites   0 Comments

Color spaces of #e91428

RGB 2332040
HSL0.980.840.50
HSV354°91°91°
CMYK 0.000.910.83   0.09
XYZ34.237417.97723.6729
Yxy17.97720.61260.3217
Hunter Lab42.399569.938724.5436
CIE-Lab49.468473.568748.2547

#e91428 color RGB value is (233,20,40).

#e91428 hex color red value is 233, green value is 20 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #e91428 hue: 0.98 , saturation: 0.84 and the lightness value of e91428 is 0.50.

The process color (four color CMYK) of #e91428 color hex is 0.00, 0.91, 0.83, 0.09. Web safe color of #e91428 is #ff0033. Color #e91428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010100 00101000
Octal 351 24 50
Decimal 233 20 40
Hex E9 14 28

RGB Percentages of Color #e91428

%79.52
%6.83
%13.65

CMYK Percentages of Color #e91428

%0
%91
%83
%9

Triadic Colors of #e91428

#e91428 #28e914 #1428e9

Analogous Colors of #e91428

#e91428 #e96b14 #e91493

Monochromatic Colors of #e91428

#e91428

Complementary Color

#e91428 #14e9d5

#e91428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e91428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e91428 Color CSS Codes

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

#e91428 Text Font Color

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

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


#e91428 Background Color

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

This div background color is #e91428


#e91428 Border Color

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

This div border color is #e91428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e91428


Comments

No comments written yet.

Please login to write comment.