Color Hex Logo

#e0051b Color Hex

#E0051B
(224,5,27)
0 Favorites   0 Comments

Color spaces of #e0051b

RGB 224527
HSL0.980.960.45
HSV354°98°88°
CMYK 0.000.980.88   0.12
XYZ30.992616.03502.4985
Yxy16.03500.62580.3238
Hunter Lab40.043768.076924.3313
CIE-Lab47.020472.506851.8225

#e0051b color RGB value is (224,5,27).

#e0051b hex color red value is 224, green value is 5 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #e0051b hue: 0.98 , saturation: 0.96 and the lightness value of e0051b is 0.45.

The process color (four color CMYK) of #e0051b color hex is 0.00, 0.98, 0.88, 0.12. Web safe color of #e0051b is #cc0033. Color #e0051b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000101 00011011
Octal 340 5 33
Decimal 224 5 27
Hex E0 5 1B

RGB Percentages of Color #e0051b

%87.50
%1.95
%10.55

CMYK Percentages of Color #e0051b

%0
%98
%88
%12

Triadic Colors of #e0051b

#e0051b #1be005 #051be0

Analogous Colors of #e0051b

#e0051b #e05d05 #e00589

Monochromatic Colors of #e0051b

#e0051b

Complementary Color

#e0051b #05e0ca

#e0051b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0051b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0051b Color CSS Codes

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

#e0051b Text Font Color

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

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


#e0051b Background Color

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

This div background color is #e0051b


#e0051b Border Color

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

This div border color is #e0051b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,5,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0051b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0051b;
  -webkit-box-shadow: 1px 1px 3px 2px #e0051b;
  box-shadow:         1px 1px 3px 2px #e0051b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,5,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0051b


Comments

No comments written yet.

Please login to write comment.