Color Hex Logo

#a83a12 Color Hex

#A83A12
(168,58,18)
0 Favorites   0 Comments

Color spaces of #a83a12

RGB 1685818
HSL0.040.810.36
HSV16°89°66°
CMYK 0.000.650.89   0.34
XYZ17.770711.39461.8350
Yxy11.39460.57320.3676
Hunter Lab33.755934.898120.4061
CIE-Lab40.237343.505345.6839

#a83a12 color RGB value is (168,58,18).

#a83a12 hex color red value is 168, green value is 58 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a83a12 hue: 0.04 , saturation: 0.81 and the lightness value of a83a12 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111010 00010010
Octal 250 72 22
Decimal 168 58 18
Hex A8 3A 12

RGB Percentages of Color #a83a12

%68.85
%23.77
%7.38

CMYK Percentages of Color #a83a12

%0
%65
%89
%34

Triadic Colors of #a83a12

#a83a12 #12a83a #3a12a8

Analogous Colors of #a83a12

#a83a12 #a88512 #a81235

Monochromatic Colors of #a83a12

#a83a12

Complementary Color

#a83a12 #1280a8

#a83a12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83a12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83a12 Color CSS Codes

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

#a83a12 Text Font Color

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

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


#a83a12 Background Color

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

This div background color is #a83a12


#a83a12 Border Color

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

This div border color is #a83a12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83a12


Comments

No comments written yet.

Please login to write comment.