Color Hex Logo

#a8390c Color Hex

#A8390C
(168,57,12)
0 Favorites   0 Comments

Color spaces of #a8390c

RGB 1685712
HSL0.050.870.35
HSV17°93°66°
CMYK 0.000.660.93   0.34
XYZ17.677911.27761.5929
Yxy11.27760.57870.3692
Hunter Lab33.582135.195120.6952
CIE-Lab40.044143.839347.7131

#a8390c color RGB value is (168,57,12).

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

The process color (four color CMYK) of #a8390c color hex is 0.00, 0.66, 0.93, 0.34. Web safe color of #a8390c is #993300. Color #a8390c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111001 00001100
Octal 250 71 14
Decimal 168 57 12
Hex A8 39 C

RGB Percentages of Color #a8390c

%70.89
%24.05
%5.06

CMYK Percentages of Color #a8390c

%0
%66
%93
%34

Triadic Colors of #a8390c

#a8390c #0ca839 #390ca8

Analogous Colors of #a8390c

#a8390c #a8870c #a80c2d

Monochromatic Colors of #a8390c

#a8390c

Complementary Color

#a8390c #0c7ba8

#a8390c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8390c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8390c Color CSS Codes

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

#a8390c Text Font Color

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

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


#a8390c Background Color

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

This div background color is #a8390c


#a8390c Border Color

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

This div border color is #a8390c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8390c


Comments

No comments written yet.

Please login to write comment.