Color Hex Logo

#e0512b Color Hex

#E0512B
(224,81,43)
0 Favorites   0 Comments

Color spaces of #e0512b

RGB 2248143
HSL0.030.740.52
HSV13°81°88°
CMYK 0.000.640.81   0.12
XYZ34.118921.90664.7156
Yxy21.90660.56170.3607
Hunter Lab46.804548.212726.7896
CIE-Lab53.927853.936650.3298

#e0512b color RGB value is (224,81,43).

#e0512b hex color red value is 224, green value is 81 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e0512b hue: 0.03 , saturation: 0.74 and the lightness value of e0512b is 0.52.

The process color (four color CMYK) of #e0512b color hex is 0.00, 0.64, 0.81, 0.12. Web safe color of #e0512b is #cc6633. Color #e0512b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010001 00101011
Octal 340 121 53
Decimal 224 81 43
Hex E0 51 2B

RGB Percentages of Color #e0512b

%64.37
%23.28
%12.36

CMYK Percentages of Color #e0512b

%0
%64
%81
%12

Triadic Colors of #e0512b

#e0512b #2be051 #512be0

Analogous Colors of #e0512b

#e0512b #e0ac2b #e02b60

Monochromatic Colors of #e0512b

#e0512b

Complementary Color

#e0512b #2bbae0

#e0512b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0512b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0512b Color CSS Codes

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

#e0512b Text Font Color

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

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


#e0512b Background Color

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

This div background color is #e0512b


#e0512b Border Color

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

This div border color is #e0512b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0512b


Comments

No comments written yet.

Please login to write comment.