Color Hex Logo

#e15a03 Color Hex

#E15A03
(225,90,3)
0 Favorites   0 Comments

Color spaces of #e15a03

RGB 225903
HSL0.070.970.45
HSV24°99°88°
CMYK 0.000.600.99   0.12
XYZ34.723923.32652.7585
Yxy23.32650.57100.3836
Hunter Lab48.297543.813430.4219
CIE-Lab55.407149.648464.3756

#e15a03 color RGB value is (225,90,3).

#e15a03 hex color red value is 225, green value is 90 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #e15a03 hue: 0.07 , saturation: 0.97 and the lightness value of e15a03 is 0.45.

The process color (four color CMYK) of #e15a03 color hex is 0.00, 0.60, 0.99, 0.12. Web safe color of #e15a03 is #cc6600. Color #e15a03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011010 00000011
Octal 341 132 3
Decimal 225 90 3
Hex E1 5A 3

RGB Percentages of Color #e15a03

%70.75
%28.30
%0.94

CMYK Percentages of Color #e15a03

%0
%60
%99
%12

Triadic Colors of #e15a03

#e15a03 #03e15a #5a03e1

Analogous Colors of #e15a03

#e15a03 #e1c903 #e1031b

Monochromatic Colors of #e15a03

#e15a03

Complementary Color

#e15a03 #038ae1

#e15a03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15a03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15a03 Color CSS Codes

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

#e15a03 Text Font Color

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

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


#e15a03 Background Color

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

This div background color is #e15a03


#e15a03 Border Color

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

This div border color is #e15a03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15a03


Comments

No comments written yet.

Please login to write comment.