Color Hex Logo

#a11415 Color Hex

#A11415
(161,20,21)
0 Favorites   0 Comments

Color spaces of #a11415

RGB 1612021
HSL1.000.780.35
HSV360°88°63°
CMYK 0.000.880.87   0.37
XYZ15.08358.13151.4840
Yxy8.13150.61070.3292
Hunter Lab28.515844.515416.8755
CIE-Lab34.255354.084438.8734

#a11415 color RGB value is (161,20,21).

#a11415 hex color red value is 161, green value is 20 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a11415 hue: 1.00 , saturation: 0.78 and the lightness value of a11415 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010100 00010101
Octal 241 24 25
Decimal 161 20 21
Hex A1 14 15

RGB Percentages of Color #a11415

%79.70
%9.90
%10.40

CMYK Percentages of Color #a11415

%0
%88
%87
%37

Triadic Colors of #a11415

#a11415 #15a114 #1415a1

Analogous Colors of #a11415

#a11415 #a15a14 #a1145b

Monochromatic Colors of #a11415

#a11415

Complementary Color

#a11415 #14a1a0

#a11415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11415 Color CSS Codes

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

#a11415 Text Font Color

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

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


#a11415 Background Color

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

This div background color is #a11415


#a11415 Border Color

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

This div border color is #a11415


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,20,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 #a11415">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11415


Comments

No comments written yet.

Please login to write comment.