Color Hex Logo

#a14115 Color Hex

#A14115
(161,65,21)
0 Favorites   0 Comments

Color spaces of #a14115

RGB 1616521
HSL0.050.770.36
HSV19°87°63°
CMYK 0.000.600.87   0.37
XYZ16.723611.41182.0307
Yxy11.41180.55440.3783
Hunter Lab33.781429.249820.0828
CIE-Lab40.265637.653843.9710

#a14115 color RGB value is (161,65,21).

#a14115 hex color red value is 161, green value is 65 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a14115 hue: 0.05 , saturation: 0.77 and the lightness value of a14115 is 0.36.

The process color (four color CMYK) of #a14115 color hex is 0.00, 0.60, 0.87, 0.37. Web safe color of #a14115 is #993300. Color #a14115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000001 00010101
Octal 241 101 25
Decimal 161 65 21
Hex A1 41 15

RGB Percentages of Color #a14115

%65.18
%26.32
%8.50

CMYK Percentages of Color #a14115

%0
%60
%87
%37

Triadic Colors of #a14115

#a14115 #15a141 #4115a1

Analogous Colors of #a14115

#a14115 #a18715 #a1152f

Monochromatic Colors of #a14115

#a14115

Complementary Color

#a14115 #1575a1

#a14115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14115 Color CSS Codes

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

#a14115 Text Font Color

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

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


#a14115 Background Color

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

This div background color is #a14115


#a14115 Border Color

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

This div border color is #a14115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14115


Comments

No comments written yet.

Please login to write comment.