Color Hex Logo

#e77a2d Color Hex

#E77A2D
(231,122,45)
0 Favorites   0 Comments

Color spaces of #e77a2d

RGB 23112245
HSL0.070.790.54
HSV25°81°91°
CMYK 0.000.470.81   0.09
XYZ40.388231.09756.3563
Yxy31.09750.51880.3995
Hunter Lab55.765131.690632.2775
CIE-Lab62.589937.153357.9147

#e77a2d color RGB value is (231,122,45).

#e77a2d hex color red value is 231, green value is 122 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e77a2d hue: 0.07 , saturation: 0.79 and the lightness value of e77a2d is 0.54.

The process color (four color CMYK) of #e77a2d color hex is 0.00, 0.47, 0.81, 0.09. Web safe color of #e77a2d is #ff6633. Color #e77a2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111010 00101101
Octal 347 172 55
Decimal 231 122 45
Hex E7 7A 2D

RGB Percentages of Color #e77a2d

%58.04
%30.65
%11.31

CMYK Percentages of Color #e77a2d

%0
%47
%81
%9

Triadic Colors of #e77a2d

#e77a2d #2de77a #7a2de7

Analogous Colors of #e77a2d

#e77a2d #e7d72d #e72d3d

Monochromatic Colors of #e77a2d

#e77a2d

Complementary Color

#e77a2d #2d9ae7

#e77a2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77a2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77a2d Color CSS Codes

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

#e77a2d Text Font Color

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

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


#e77a2d Background Color

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

This div background color is #e77a2d


#e77a2d Border Color

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

This div border color is #e77a2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77a2d


Comments

No comments written yet.

Please login to write comment.