Color Hex Logo

#a5140a Color Hex

#A5140A
(165,20,10)
0 Favorites   0 Comments

Color spaces of #a5140a

RGB 1652010
HSL0.010.890.34
HSV94°65°
CMYK 0.000.880.94   0.35
XYZ15.82208.52161.0981
Yxy8.52160.62190.3349
Hunter Lab29.191845.661718.2039
CIE-Lab35.046455.022044.8004

#a5140a color RGB value is (165,20,10).

#a5140a hex color red value is 165, green value is 20 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a5140a hue: 0.01 , saturation: 0.89 and the lightness value of a5140a is 0.34.

The process color (four color CMYK) of #a5140a color hex is 0.00, 0.88, 0.94, 0.35. Web safe color of #a5140a is #990000. Color #a5140a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010100 00001010
Octal 245 24 12
Decimal 165 20 10
Hex A5 14 A

RGB Percentages of Color #a5140a

%84.62
%10.26
%5.13

CMYK Percentages of Color #a5140a

%0
%88
%94
%35

Triadic Colors of #a5140a

#a5140a #0aa514 #140aa5

Analogous Colors of #a5140a

#a5140a #a5620a #a50a4d

Monochromatic Colors of #a5140a

#a5140a

Complementary Color

#a5140a #0a9ba5

#a5140a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5140a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5140a Color CSS Codes

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

#a5140a Text Font Color

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

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


#a5140a Background Color

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

This div background color is #a5140a


#a5140a Border Color

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

This div border color is #a5140a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5140a


Comments

No comments written yet.

Please login to write comment.