Color Hex Logo

#a81824 Color Hex

#A81824
(168,24,36)
0 Favorites   0 Comments

Color spaces of #a81824

RGB 1682436
HSL0.990.750.38
HSV355°86°66°
CMYK 0.000.860.79   0.34
XYZ16.79359.10552.5415
Yxy9.10550.59050.3202
Hunter Lab30.175346.534016.1291
CIE-Lab36.186655.625332.8194

#a81824 color RGB value is (168,24,36).

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

The process color (four color CMYK) of #a81824 color hex is 0.00, 0.86, 0.79, 0.34. Web safe color of #a81824 is #990033. Color #a81824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011000 00100100
Octal 250 30 44
Decimal 168 24 36
Hex A8 18 24

RGB Percentages of Color #a81824

%73.68
%10.53
%15.79

CMYK Percentages of Color #a81824

%0
%86
%79
%34

Triadic Colors of #a81824

#a81824 #24a818 #1824a8

Analogous Colors of #a81824

#a81824 #a85418 #a8186c

Monochromatic Colors of #a81824

#a81824

Complementary Color

#a81824 #18a89c

#a81824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81824 Color CSS Codes

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

#a81824 Text Font Color

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

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


#a81824 Background Color

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

This div background color is #a81824


#a81824 Border Color

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

This div border color is #a81824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81824


Comments

No comments written yet.

Please login to write comment.