Color Hex Logo

#a8121d Color Hex

#A8121D
(168,18,29)
0 Favorites   0 Comments

Color spaces of #a8121d

RGB 1681829
HSL0.990.810.36
HSV356°89°66°
CMYK 0.000.890.83   0.34
XYZ16.58658.84621.9957
Yxy8.84620.60470.3225
Hunter Lab29.742647.494416.8415
CIE-Lab35.686556.623636.3825

#a8121d color RGB value is (168,18,29).

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

The process color (four color CMYK) of #a8121d color hex is 0.00, 0.89, 0.83, 0.34. Web safe color of #a8121d is #990033. Color #a8121d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010010 00011101
Octal 250 22 35
Decimal 168 18 29
Hex A8 12 1D

RGB Percentages of Color #a8121d

%78.14
%8.37
%13.49

CMYK Percentages of Color #a8121d

%0
%89
%83
%34

Triadic Colors of #a8121d

#a8121d #1da812 #121da8

Analogous Colors of #a8121d

#a8121d #a85212 #a81268

Monochromatic Colors of #a8121d

#a8121d

Complementary Color

#a8121d #12a89d

#a8121d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8121d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8121d Color CSS Codes

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

#a8121d Text Font Color

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

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


#a8121d Background Color

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

This div background color is #a8121d


#a8121d Border Color

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

This div border color is #a8121d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8121d


Comments

No comments written yet.

Please login to write comment.