Color Hex Logo

#e35009 Color Hex

#E35009
(227,80,9)
0 Favorites   0 Comments

Color spaces of #e35009

RGB 227809
HSL0.050.920.46
HSV20°96°89°
CMYK 0.000.650.96   0.11
XYZ34.596522.08792.6984
Yxy22.08790.58260.3720
Hunter Lab46.997849.153229.4943
CIE-Lab54.120154.757862.5865

#e35009 color RGB value is (227,80,9).

#e35009 hex color red value is 227, green value is 80 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #e35009 hue: 0.05 , saturation: 0.92 and the lightness value of e35009 is 0.46.

The process color (four color CMYK) of #e35009 color hex is 0.00, 0.65, 0.96, 0.11. Web safe color of #e35009 is #cc6600. Color #e35009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 00001001
Octal 343 120 11
Decimal 227 80 9
Hex E3 50 9

RGB Percentages of Color #e35009

%71.84
%25.32
%2.85

CMYK Percentages of Color #e35009

%0
%65
%96
%11

Triadic Colors of #e35009

#e35009 #09e350 #5009e3

Analogous Colors of #e35009

#e35009 #e3bd09 #e3092f

Monochromatic Colors of #e35009

#e35009

Complementary Color

#e35009 #099ce3

#e35009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35009 Color CSS Codes

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

#e35009 Text Font Color

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

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


#e35009 Background Color

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

This div background color is #e35009


#e35009 Border Color

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

This div border color is #e35009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35009


Comments

No comments written yet.

Please login to write comment.