Color Hex Logo

#a50609 Color Hex

#A50609
(165,6,9)
0 Favorites   0 Comments

Color spaces of #a50609

RGB 16569
HSL1.000.930.34
HSV359°96°65°
CMYK 0.000.960.95   0.35
XYZ15.63158.14931.0075
Yxy8.14930.63060.3288
Hunter Lab28.547047.784217.8904
CIE-Lab34.291957.165844.7222

#a50609 color RGB value is (165,6,9).

#a50609 hex color red value is 165, green value is 6 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a50609 hue: 1.00 , saturation: 0.93 and the lightness value of a50609 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000110 00001001
Octal 245 6 11
Decimal 165 6 9
Hex A5 6 9

RGB Percentages of Color #a50609

%91.67
%3.33
%5.00

CMYK Percentages of Color #a50609

%0
%96
%95
%35

Triadic Colors of #a50609

#a50609 #09a506 #0609a5

Analogous Colors of #a50609

#a50609 #a55306 #a50658

Monochromatic Colors of #a50609

#a50609

Complementary Color

#a50609 #06a5a2

#a50609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50609 Color CSS Codes

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

#a50609 Text Font Color

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

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


#a50609 Background Color

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

This div background color is #a50609


#a50609 Border Color

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

This div border color is #a50609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50609


Comments

No comments written yet.

Please login to write comment.