Color Hex Logo

#a11b14 Color Hex

#A11B14
(161,27,20)
0 Favorites   0 Comments

Color spaces of #a11b14

RGB 1612720
HSL0.010.780.35
HSV88°63°
CMYK 0.000.830.88   0.37
XYZ15.21618.41141.4834
Yxy8.41140.60600.3350
Hunter Lab29.002442.895717.2692
CIE-Lab34.825452.417839.8628

#a11b14 color RGB value is (161,27,20).

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

The process color (four color CMYK) of #a11b14 color hex is 0.00, 0.83, 0.88, 0.37. Web safe color of #a11b14 is #993300. Color #a11b14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011011 00010100
Octal 241 33 24
Decimal 161 27 20
Hex A1 1B 14

RGB Percentages of Color #a11b14

%77.40
%12.98
%9.62

CMYK Percentages of Color #a11b14

%0
%83
%88
%37

Triadic Colors of #a11b14

#a11b14 #14a11b #1b14a1

Analogous Colors of #a11b14

#a11b14 #a16214 #a11453

Monochromatic Colors of #a11b14

#a11b14

Complementary Color

#a11b14 #149aa1

#a11b14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11b14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11b14 Color CSS Codes

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

#a11b14 Text Font Color

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

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


#a11b14 Background Color

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

This div background color is #a11b14


#a11b14 Border Color

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

This div border color is #a11b14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,27,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11b14


Comments

No comments written yet.

Please login to write comment.