Color Hex Logo

#e1980f Color Hex

#E1980F
(225,152,15)
0 Favorites   0 Comments

Color spaces of #e1980f

RGB 22515215
HSL0.110.880.47
HSV39°93°88°
CMYK 0.000.320.93   0.12
XYZ42.365838.49855.6500
Yxy38.49850.48970.4450
Hunter Lab62.047213.297338.0341
CIE-Lab68.386418.205970.8960

#e1980f color RGB value is (225,152,15).

#e1980f hex color red value is 225, green value is 152 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e1980f hue: 0.11 , saturation: 0.88 and the lightness value of e1980f is 0.47.

The process color (four color CMYK) of #e1980f color hex is 0.00, 0.32, 0.93, 0.12. Web safe color of #e1980f is #cc9900. Color #e1980f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011000 00001111
Octal 341 230 17
Decimal 225 152 15
Hex E1 98 F

RGB Percentages of Color #e1980f

%57.40
%38.78
%3.83

CMYK Percentages of Color #e1980f

%0
%32
%93
%12

Triadic Colors of #e1980f

#e1980f #0fe198 #980fe1

Analogous Colors of #e1980f

#e1980f #c1e10f #e12f0f

Monochromatic Colors of #e1980f

#e1980f

Complementary Color

#e1980f #0f58e1

#e1980f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1980f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1980f Color CSS Codes

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

#e1980f Text Font Color

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

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


#e1980f Background Color

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

This div background color is #e1980f


#e1980f Border Color

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

This div border color is #e1980f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,152,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1980f


Comments

No comments written yet.

Please login to write comment.