Color Hex Logo

#a51307 Color Hex

#A51307
(165,19,7)
0 Favorites   0 Comments

Color spaces of #a51307

RGB 165197
HSL0.010.920.34
HSV96°65°
CMYK 0.000.880.96   0.35
XYZ15.78838.48041.0058
Yxy8.48040.62470.3355
Hunter Lab29.121145.813518.3370
CIE-Lab34.964055.181845.9046

#a51307 color RGB value is (165,19,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010011 00000111
Octal 245 23 7
Decimal 165 19 7
Hex A5 13 7

RGB Percentages of Color #a51307

%86.39
%9.95
%3.66

CMYK Percentages of Color #a51307

%0
%88
%96
%35

Triadic Colors of #a51307

#a51307 #07a513 #1307a5

Analogous Colors of #a51307

#a51307 #a56207 #a5074a

Monochromatic Colors of #a51307

#a51307

Complementary Color

#a51307 #0799a5

#a51307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51307 Color CSS Codes

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

#a51307 Text Font Color

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

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


#a51307 Background Color

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

This div background color is #a51307


#a51307 Border Color

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

This div border color is #a51307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51307


Comments

No comments written yet.

Please login to write comment.