Color Hex Logo

#a30917 Color Hex

#A30917
(163,9,23)
0 Favorites   0 Comments

Color spaces of #a30917

RGB 163923
HSL0.980.900.34
HSV355°94°64°
CMYK 0.000.940.86   0.36
XYZ15.35668.04381.5538
Yxy8.04380.61540.3223
Hunter Lab28.361647.017416.6049
CIE-Lab34.073956.489937.8232

#a30917 color RGB value is (163,9,23).

#a30917 hex color red value is 163, green value is 9 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #a30917 hue: 0.98 , saturation: 0.90 and the lightness value of a30917 is 0.34.

The process color (four color CMYK) of #a30917 color hex is 0.00, 0.94, 0.86, 0.36. Web safe color of #a30917 is #990000. Color #a30917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001001 00010111
Octal 243 11 27
Decimal 163 9 23
Hex A3 9 17

RGB Percentages of Color #a30917

%83.59
%4.62
%11.79

CMYK Percentages of Color #a30917

%0
%94
%86
%36

Triadic Colors of #a30917

#a30917 #17a309 #0917a3

Analogous Colors of #a30917

#a30917 #a34809 #a30964

Monochromatic Colors of #a30917

#a30917

Complementary Color

#a30917 #09a395

#a30917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30917 Color CSS Codes

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

#a30917 Text Font Color

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

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


#a30917 Background Color

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

This div background color is #a30917


#a30917 Border Color

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

This div border color is #a30917


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,9,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30917


Comments

No comments written yet.

Please login to write comment.