Color Hex Logo

#e76804 Color Hex

#E76804
(231,104,4)
0 Favorites   0 Comments

Color spaces of #e76804

RGB 2311044
HSL0.070.970.46
HSV26°98°91°
CMYK 0.000.550.98   0.09
XYZ37.927226.89833.3078
Yxy26.89830.55670.3948
Hunter Lab51.863639.773632.5231
CIE-Lab58.880145.348166.6981

#e76804 color RGB value is (231,104,4).

#e76804 hex color red value is 231, green value is 104 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #e76804 hue: 0.07 , saturation: 0.97 and the lightness value of e76804 is 0.46.

The process color (four color CMYK) of #e76804 color hex is 0.00, 0.55, 0.98, 0.09. Web safe color of #e76804 is #ff6600. Color #e76804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101000 00000100
Octal 347 150 4
Decimal 231 104 4
Hex E7 68 4

RGB Percentages of Color #e76804

%68.14
%30.68
%1.18

CMYK Percentages of Color #e76804

%0
%55
%98
%9

Triadic Colors of #e76804

#e76804 #04e768 #6804e7

Analogous Colors of #e76804

#e76804 #e7da04 #e70411

Monochromatic Colors of #e76804

#e76804

Complementary Color

#e76804 #0483e7

#e76804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76804 Color CSS Codes

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

#e76804 Text Font Color

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

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


#e76804 Background Color

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

This div background color is #e76804


#e76804 Border Color

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

This div border color is #e76804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76804


Comments

No comments written yet.

Please login to write comment.