Color Hex Logo

#e35620 Color Hex

#E35620
(227,86,32)
0 Favorites   0 Comments

Color spaces of #e35620

RGB 2278632
HSL0.050.780.51
HSV17°86°89°
CMYK 0.000.620.86   0.11
XYZ35.267123.09083.9647
Yxy23.09080.56590.3705
Hunter Lab48.052946.912628.7452
CIE-Lab55.165752.542856.4097

#e35620 color RGB value is (227,86,32).

#e35620 hex color red value is 227, green value is 86 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e35620 hue: 0.05 , saturation: 0.78 and the lightness value of e35620 is 0.51.

The process color (four color CMYK) of #e35620 color hex is 0.00, 0.62, 0.86, 0.11. Web safe color of #e35620 is #cc6633. Color #e35620 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010110 00100000
Octal 343 126 40
Decimal 227 86 32
Hex E3 56 20

RGB Percentages of Color #e35620

%65.80
%24.93
%9.28

CMYK Percentages of Color #e35620

%0
%62
%86
%11

Triadic Colors of #e35620

#e35620 #20e356 #5620e3

Analogous Colors of #e35620

#e35620 #e3b820 #e3204c

Monochromatic Colors of #e35620

#e35620

Complementary Color

#e35620 #20ade3

#e35620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35620 Color CSS Codes

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

#e35620 Text Font Color

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

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


#e35620 Background Color

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

This div background color is #e35620


#e35620 Border Color

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

This div border color is #e35620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35620


Comments

No comments written yet.

Please login to write comment.