Color Hex Logo

#a83a08 Color Hex

#A83A08
(168,58,8)
0 Favorites   0 Comments

Color spaces of #a83a08

RGB 168588
HSL0.050.910.35
HSV19°95°66°
CMYK 0.000.650.95   0.34
XYZ17.705311.36851.4909
Yxy11.36850.57930.3719
Hunter Lab33.717234.727320.9804
CIE-Lab40.194343.339449.0392

#a83a08 color RGB value is (168,58,8).

#a83a08 hex color red value is 168, green value is 58 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #a83a08 hue: 0.05 , saturation: 0.91 and the lightness value of a83a08 is 0.35.

The process color (four color CMYK) of #a83a08 color hex is 0.00, 0.65, 0.95, 0.34. Web safe color of #a83a08 is #993300. Color #a83a08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111010 00001000
Octal 250 72 10
Decimal 168 58 8
Hex A8 3A 8

RGB Percentages of Color #a83a08

%71.79
%24.79
%3.42

CMYK Percentages of Color #a83a08

%0
%65
%95
%34

Triadic Colors of #a83a08

#a83a08 #08a83a #3a08a8

Analogous Colors of #a83a08

#a83a08 #a88a08 #a80826

Monochromatic Colors of #a83a08

#a83a08

Complementary Color

#a83a08 #0876a8

#a83a08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83a08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83a08 Color CSS Codes

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

#a83a08 Text Font Color

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

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


#a83a08 Background Color

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

This div background color is #a83a08


#a83a08 Border Color

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

This div border color is #a83a08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,58,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a83a08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a83a08;
  -webkit-box-shadow: 1px 1px 3px 2px #a83a08;
  box-shadow:         1px 1px 3px 2px #a83a08; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83a08


Comments

No comments written yet.

Please login to write comment.