color codes Logo

#e1520b color codes

#E1520B
(225,82,11)
0 Favorites   0 Comments

Color spaces of #e1520b

RGB 2258211
HSL0.060.910.46
HSV20°95°88°
CMYK 0.000.640.95   0.12
XYZ34.129022.06632.7770
Yxy22.06630.57870.3742
Hunter Lab46.974847.481329.3773
CIE-Lab54.097353.241061.9863

#e1520b color RGB value is (225,82,11).

#e1520b hex color red value is 225, green value is 82 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e1520b hue: 0.06 , saturation: 0.91 and the lightness value of e1520b is 0.46.

The process color (four color CMYK) of #e1520b color code is 0.00, 0.64, 0.95, 0.12. Web safe color of #e1520b is #cc6600. Color #e1520b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 00001011
Octal 341 122 13
Decimal 225 82 11
Hex E1 52 B

RGB Percentages of Color #e1520b

%70.75
%25.79
%3.46

CMYK Percentages of Color #e1520b

%0
%64
%95
%12

Triadic Colors of #e1520b

#e1520b #0be152 #520be1

Analogous Colors of #e1520b

#e1520b #e1bd0b #e10b2f

Monochromatic Colors of #e1520b

#e1520b

Complementary Color

#e1520b #0b9ae1

#e1520b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1520b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1520b Color CSS Codes

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

#e1520b Text Font Color

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

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


#e1520b Background Color

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

This div background color is #e1520b


#e1520b Border Color

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

This div border color is #e1520b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1520b


Comments

No comments written yet.

Please login to write comment.