Color Hex Logo

#e76a2a Color Hex

#E76A2A
(231,106,42)
0 Favorites   0 Comments

Color spaces of #e76a2a

RGB 23110642
HSL0.060.800.54
HSV20°82°91°
CMYK 0.000.540.82   0.09
XYZ38.526927.46425.4610
Yxy27.46420.53920.3844
Hunter Lab52.406339.514730.5061
CIE-Lab59.401645.030456.2461

#e76a2a color RGB value is (231,106,42).

#e76a2a hex color red value is 231, green value is 106 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e76a2a hue: 0.06 , saturation: 0.80 and the lightness value of e76a2a is 0.54.

The process color (four color CMYK) of #e76a2a color hex is 0.00, 0.54, 0.82, 0.09. Web safe color of #e76a2a is #ff6633. Color #e76a2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101010 00101010
Octal 347 152 52
Decimal 231 106 42
Hex E7 6A 2A

RGB Percentages of Color #e76a2a

%60.95
%27.97
%11.08

CMYK Percentages of Color #e76a2a

%0
%54
%82
%9

Triadic Colors of #e76a2a

#e76a2a #2ae76a #6a2ae7

Analogous Colors of #e76a2a

#e76a2a #e7c92a #e72a49

Monochromatic Colors of #e76a2a

#e76a2a

Complementary Color

#e76a2a #2aa7e7

#e76a2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76a2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76a2a Color CSS Codes

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

#e76a2a Text Font Color

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

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


#e76a2a Background Color

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

This div background color is #e76a2a


#e76a2a Border Color

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

This div border color is #e76a2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76a2a


Comments

No comments written yet.

Please login to write comment.