Color Hex Logo

#a01727 Color Hex

#A01727
(160,23,39)
0 Favorites   0 Comments

Color spaces of #a01727

RGB 1602339
HSL0.980.750.36
HSV353°86°63°
CMYK 0.000.860.76   0.37
XYZ15.16988.23292.7090
Yxy8.23290.58100.3153
Hunter Lab28.693044.158914.4874
CIE-Lab34.463353.703028.6191

#a01727 color RGB value is (160,23,39).

#a01727 hex color red value is 160, green value is 23 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a01727 hue: 0.98 , saturation: 0.75 and the lightness value of a01727 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010111 00100111
Octal 240 27 47
Decimal 160 23 39
Hex A0 17 27

RGB Percentages of Color #a01727

%72.07
%10.36
%17.57

CMYK Percentages of Color #a01727

%0
%86
%76
%37

Triadic Colors of #a01727

#a01727 #27a017 #1727a0

Analogous Colors of #a01727

#a01727 #a04b17 #a0176c

Monochromatic Colors of #a01727

#a01727

Complementary Color

#a01727 #17a090

#a01727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01727 Color CSS Codes

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

#a01727 Text Font Color

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

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


#a01727 Background Color

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

This div background color is #a01727


#a01727 Border Color

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

This div border color is #a01727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01727


Comments

No comments written yet.

Please login to write comment.