Color Hex Logo

#a81516 Color Hex

#A81516
(168,21,22)
0 Favorites   0 Comments

Color spaces of #a81516

RGB 1682122
HSL1.000.780.37
HSV360°88°66°
CMYK 0.000.880.87   0.34
XYZ16.56148.91911.6077
Yxy8.91910.61140.3293
Hunter Lab29.864946.722717.7137
CIE-Lab35.828155.872340.2930

#a81516 color RGB value is (168,21,22).

#a81516 hex color red value is 168, green value is 21 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a81516 hue: 1.00 , saturation: 0.78 and the lightness value of a81516 is 0.37.

The process color (four color CMYK) of #a81516 color hex is 0.00, 0.88, 0.87, 0.34. Web safe color of #a81516 is #990000. Color #a81516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010101 00010110
Octal 250 25 26
Decimal 168 21 22
Hex A8 15 16

RGB Percentages of Color #a81516

%79.62
%9.95
%10.43

CMYK Percentages of Color #a81516

%0
%88
%87
%34

Triadic Colors of #a81516

#a81516 #16a815 #1516a8

Analogous Colors of #a81516

#a81516 #a85e15 #a8155f

Monochromatic Colors of #a81516

#a81516

Complementary Color

#a81516 #15a8a7

#a81516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81516 Color CSS Codes

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

#a81516 Text Font Color

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

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


#a81516 Background Color

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

This div background color is #a81516


#a81516 Border Color

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

This div border color is #a81516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81516


Comments

No comments written yet.

Please login to write comment.