Color Hex Logo

#a81826 Color Hex

#A81826
(168,24,38)
0 Favorites   0 Comments

Color spaces of #a81826

RGB 1682438
HSL0.980.750.38
HSV354°86°66°
CMYK 0.000.860.77   0.34
XYZ16.82499.11802.7069
Yxy9.11800.58730.3183
Hunter Lab30.196046.615215.8222
CIE-Lab36.210555.697231.6466

#a81826 color RGB value is (168,24,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011000 00100110
Octal 250 30 46
Decimal 168 24 38
Hex A8 18 26

RGB Percentages of Color #a81826

%73.04
%10.43
%16.52

CMYK Percentages of Color #a81826

%0
%86
%77
%34

Triadic Colors of #a81826

#a81826 #26a818 #1826a8

Analogous Colors of #a81826

#a81826 #a85218 #a8186e

Monochromatic Colors of #a81826

#a81826

Complementary Color

#a81826 #18a89a

#a81826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81826 Color CSS Codes

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

#a81826 Text Font Color

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

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


#a81826 Background Color

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

This div background color is #a81826


#a81826 Border Color

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

This div border color is #a81826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81826


Comments

No comments written yet.

Please login to write comment.