Color Hex Logo

#e76304 Color Hex

#E76304
(231,99,4)
0 Favorites   0 Comments

Color spaces of #e76304

RGB 231994
HSL0.070.970.46
HSV25°98°91°
CMYK 0.000.570.98   0.09
XYZ37.438825.92143.1449
Yxy25.92140.56290.3898
Hunter Lab50.913142.161731.9768
CIE-Lab57.962447.716866.1575

#e76304 color RGB value is (231,99,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100011 00000100
Octal 347 143 4
Decimal 231 99 4
Hex E7 63 4

RGB Percentages of Color #e76304

%69.16
%29.64
%1.20

CMYK Percentages of Color #e76304

%0
%57
%98
%9

Triadic Colors of #e76304

#e76304 #04e763 #6304e7

Analogous Colors of #e76304

#e76304 #e7d504 #e70416

Monochromatic Colors of #e76304

#e76304

Complementary Color

#e76304 #0488e7

#e76304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76304 Color CSS Codes

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

#e76304 Text Font Color

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

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


#e76304 Background Color

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

This div background color is #e76304


#e76304 Border Color

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

This div border color is #e76304


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,99,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 #e76304">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76304


Comments

No comments written yet.

Please login to write comment.