Color Hex Logo

#e5450b Color Hex

#E5450B
(229,69,11)
0 Favorites   0 Comments

Color spaces of #e5450b

RGB 2296911
HSL0.040.910.47
HSV16°95°90°
CMYK 0.000.700.95   0.10
XYZ34.501620.93842.5397
Yxy20.93840.59510.3611
Hunter Lab45.758554.510428.7402
CIE-Lab52.882059.767861.6181

#e5450b color RGB value is (229,69,11).

#e5450b hex color red value is 229, green value is 69 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e5450b hue: 0.04 , saturation: 0.91 and the lightness value of e5450b is 0.47.

The process color (four color CMYK) of #e5450b color hex is 0.00, 0.70, 0.95, 0.10. Web safe color of #e5450b is #cc3300. Color #e5450b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000101 00001011
Octal 345 105 13
Decimal 229 69 11
Hex E5 45 B

RGB Percentages of Color #e5450b

%74.11
%22.33
%3.56

CMYK Percentages of Color #e5450b

%0
%70
%95
%10

Triadic Colors of #e5450b

#e5450b #0be545 #450be5

Analogous Colors of #e5450b

#e5450b #e5b20b #e50b3e

Monochromatic Colors of #e5450b

#e5450b

Complementary Color

#e5450b #0babe5

#e5450b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5450b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5450b Color CSS Codes

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

#e5450b Text Font Color

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

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


#e5450b Background Color

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

This div background color is #e5450b


#e5450b Border Color

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

This div border color is #e5450b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,69,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5450b


Comments

No comments written yet.

Please login to write comment.