Color Hex Logo

#a81318 Color Hex

#A81318
(168,19,24)
0 Favorites   0 Comments

Color spaces of #a81318

RGB 1681924
HSL0.990.800.37
HSV358°89°66°
CMYK 0.000.890.86   0.34
XYZ16.54628.85651.7016
Yxy8.85650.61050.3268
Hunter Lab29.759947.164517.4418
CIE-Lab35.706556.310739.1462

#a81318 color RGB value is (168,19,24).

#a81318 hex color red value is 168, green value is 19 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #a81318 hue: 0.99 , saturation: 0.80 and the lightness value of a81318 is 0.37.

The process color (four color CMYK) of #a81318 color hex is 0.00, 0.89, 0.86, 0.34. Web safe color of #a81318 is #990000. Color #a81318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 00011000
Octal 250 23 30
Decimal 168 19 24
Hex A8 13 18

RGB Percentages of Color #a81318

%79.62
%9.00
%11.37

CMYK Percentages of Color #a81318

%0
%89
%86
%34

Triadic Colors of #a81318

#a81318 #18a813 #1318a8

Analogous Colors of #a81318

#a81318 #a85913 #a81362

Monochromatic Colors of #a81318

#a81318

Complementary Color

#a81318 #13a8a3

#a81318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81318 Color CSS Codes

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

#a81318 Text Font Color

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

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


#a81318 Background Color

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

This div background color is #a81318


#a81318 Border Color

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

This div border color is #a81318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81318


Comments

No comments written yet.

Please login to write comment.