Color Hex Logo

#e8a32d Color Hex

#E8A32D
(232,163,45)
0 Favorites   0 Comments

Color spaces of #e8a32d

RGB 23216345
HSL0.110.800.54
HSV38°81°91°
CMYK 0.000.300.81   0.09
XYZ46.849643.53978.4174
Yxy43.53970.47420.4407
Hunter Lab65.984611.263338.6258
CIE-Lab71.919816.001066.3865

#e8a32d color RGB value is (232,163,45).

#e8a32d hex color red value is 232, green value is 163 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e8a32d hue: 0.11 , saturation: 0.80 and the lightness value of e8a32d is 0.54.

The process color (four color CMYK) of #e8a32d color hex is 0.00, 0.30, 0.81, 0.09. Web safe color of #e8a32d is #ff9933. Color #e8a32d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10100011 00101101
Octal 350 243 55
Decimal 232 163 45
Hex E8 A3 2D

RGB Percentages of Color #e8a32d

%52.73
%37.05
%10.23

CMYK Percentages of Color #e8a32d

%0
%30
%81
%9

Triadic Colors of #e8a32d

#e8a32d #2de8a3 #a32de8

Analogous Colors of #e8a32d

#e8a32d #d0e82d #e8462d

Monochromatic Colors of #e8a32d

#e8a32d

Complementary Color

#e8a32d #2d72e8

#e8a32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8a32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8a32d Color CSS Codes

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

#e8a32d Text Font Color

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

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


#e8a32d Background Color

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

This div background color is #e8a32d


#e8a32d Border Color

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

This div border color is #e8a32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8a32d


Comments

No comments written yet.

Please login to write comment.