Color Hex Logo

#e35a15 Color Hex

#E35A15
(227,90,21)
0 Favorites   0 Comments

Color spaces of #e35a15

RGB 2279021
HSL0.060.830.49
HSV20°91°89°
CMYK 0.000.600.91   0.11
XYZ35.470123.69743.4140
Yxy23.69740.56680.3787
Hunter Lab48.680044.872029.9179
CIE-Lab55.783550.567960.6984

#e35a15 color RGB value is (227,90,21).

#e35a15 hex color red value is 227, green value is 90 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e35a15 hue: 0.06 , saturation: 0.83 and the lightness value of e35a15 is 0.49.

The process color (four color CMYK) of #e35a15 color hex is 0.00, 0.60, 0.91, 0.11. Web safe color of #e35a15 is #cc6600. Color #e35a15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011010 00010101
Octal 343 132 25
Decimal 227 90 21
Hex E3 5A 15

RGB Percentages of Color #e35a15

%67.16
%26.63
%6.21

CMYK Percentages of Color #e35a15

%0
%60
%91
%11

Triadic Colors of #e35a15

#e35a15 #15e35a #5a15e3

Analogous Colors of #e35a15

#e35a15 #e3c115 #e31537

Monochromatic Colors of #e35a15

#e35a15

Complementary Color

#e35a15 #159ee3

#e35a15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35a15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35a15 Color CSS Codes

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

#e35a15 Text Font Color

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

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


#e35a15 Background Color

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

This div background color is #e35a15


#e35a15 Border Color

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

This div border color is #e35a15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35a15


Comments

No comments written yet.

Please login to write comment.