Color Hex Logo

#a8390f Color Hex

#A8390F
(168,57,15)
0 Favorites   0 Comments

Color spaces of #a8390f

RGB 1685715
HSL0.050.840.36
HSV16°91°66°
CMYK 0.000.660.91   0.34
XYZ17.697811.28561.6975
Yxy11.28560.57680.3678
Hunter Lab33.594035.246620.5199
CIE-Lab40.057443.889246.6879

#a8390f color RGB value is (168,57,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111001 00001111
Octal 250 71 17
Decimal 168 57 15
Hex A8 39 F

RGB Percentages of Color #a8390f

%70.00
%23.75
%6.25

CMYK Percentages of Color #a8390f

%0
%66
%91
%34

Triadic Colors of #a8390f

#a8390f #0fa839 #390fa8

Analogous Colors of #a8390f

#a8390f #a8860f #a80f32

Monochromatic Colors of #a8390f

#a8390f

Complementary Color

#a8390f #0f7ea8

#a8390f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8390f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8390f Color CSS Codes

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

#a8390f Text Font Color

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

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


#a8390f Background Color

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

This div background color is #a8390f


#a8390f Border Color

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

This div border color is #a8390f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8390f


Comments

No comments written yet.

Please login to write comment.