Color Hex Logo

#a81728 Color Hex

#A81728
(168,23,40)
0 Favorites   0 Comments

Color spaces of #a81728

RGB 1682340
HSL0.980.760.37
HSV353°86°66°
CMYK 0.000.860.76   0.34
XYZ16.83789.09082.8747
Yxy9.09080.58460.3156
Hunter Lab30.151046.919215.4527
CIE-Lab36.158555.992930.3750

#a81728 color RGB value is (168,23,40).

#a81728 hex color red value is 168, green value is 23 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a81728 hue: 0.98 , saturation: 0.76 and the lightness value of a81728 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010111 00101000
Octal 250 27 50
Decimal 168 23 40
Hex A8 17 28

RGB Percentages of Color #a81728

%72.73
%9.96
%17.32

CMYK Percentages of Color #a81728

%0
%86
%76
%34

Triadic Colors of #a81728

#a81728 #28a817 #1728a8

Analogous Colors of #a81728

#a81728 #a84f17 #a81771

Monochromatic Colors of #a81728

#a81728

Complementary Color

#a81728 #17a897

#a81728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81728 Color CSS Codes

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

#a81728 Text Font Color

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

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


#a81728 Background Color

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

This div background color is #a81728


#a81728 Border Color

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

This div border color is #a81728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81728


Comments

No comments written yet.

Please login to write comment.