Color Hex Logo

#a30507 Color Hex

#A30507
(163,5,7)
0 Favorites   0 Comments

Color spaces of #a30507

RGB 16357
HSL1.000.940.33
HSV359°97°64°
CMYK 0.000.970.96   0.36
XYZ15.19697.91040.9269
Yxy7.91040.63230.3291
Hunter Lab28.125447.228717.7338
CIE-Lab33.795656.742445.0104

#a30507 color RGB value is (163,5,7).

#a30507 hex color red value is 163, green value is 5 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a30507 hue: 1.00 , saturation: 0.94 and the lightness value of a30507 is 0.33.

The process color (four color CMYK) of #a30507 color hex is 0.00, 0.97, 0.96, 0.36. Web safe color of #a30507 is #990000. Color #a30507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000101 00000111
Octal 243 5 7
Decimal 163 5 7
Hex A3 5 7

RGB Percentages of Color #a30507

%93.14
%2.86
%4.00

CMYK Percentages of Color #a30507

%0
%97
%96
%36

Triadic Colors of #a30507

#a30507 #07a305 #0507a3

Analogous Colors of #a30507

#a30507 #a35205 #a30556

Monochromatic Colors of #a30507

#a30507

Complementary Color

#a30507 #05a3a1

#a30507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30507 Color CSS Codes

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

#a30507 Text Font Color

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

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


#a30507 Background Color

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

This div background color is #a30507


#a30507 Border Color

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

This div border color is #a30507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30507


Comments

No comments written yet.

Please login to write comment.