Color Hex Logo

#a01715 Color Hex

#A01715
(160,23,21)
0 Favorites   0 Comments

Color spaces of #a01715

RGB 1602321
HSL0.000.770.35
HSV87°63°
CMYK 0.000.860.87   0.37
XYZ14.93908.14051.4934
Yxy8.14050.60790.3313
Hunter Lab28.531643.531616.8687
CIE-Lab34.273853.137238.8047

#a01715 color RGB value is (160,23,21).

#a01715 hex color red value is 160, green value is 23 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a01715 hue: 0.00 , saturation: 0.77 and the lightness value of a01715 is 0.35.

The process color (four color CMYK) of #a01715 color hex is 0.00, 0.86, 0.87, 0.37. Web safe color of #a01715 is #990000. Color #a01715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010111 00010101
Octal 240 27 25
Decimal 160 23 21
Hex A0 17 15

RGB Percentages of Color #a01715

%78.43
%11.27
%10.29

CMYK Percentages of Color #a01715

%0
%86
%87
%37

Triadic Colors of #a01715

#a01715 #15a017 #1715a0

Analogous Colors of #a01715

#a01715 #a05d15 #a01558

Monochromatic Colors of #a01715

#a01715

Complementary Color

#a01715 #159ea0

#a01715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01715 Color CSS Codes

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

#a01715 Text Font Color

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

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


#a01715 Background Color

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

This div background color is #a01715


#a01715 Border Color

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

This div border color is #a01715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01715


Comments

No comments written yet.

Please login to write comment.