Color Hex Logo

#a50810 Color Hex

#A50810
(165,8,16)
0 Favorites   0 Comments

Color spaces of #a50810

RGB 165816
HSL0.990.910.34
HSV357°95°65°
CMYK 0.000.950.90   0.35
XYZ15.69748.21041.2476
Yxy8.21040.62400.3264
Hunter Lab28.653847.643517.4761
CIE-Lab34.417357.009841.8376

#a50810 color RGB value is (165,8,16).

#a50810 hex color red value is 165, green value is 8 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a50810 hue: 0.99 , saturation: 0.91 and the lightness value of a50810 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001000 00010000
Octal 245 10 20
Decimal 165 8 16
Hex A5 8 10

RGB Percentages of Color #a50810

%87.30
%4.23
%8.47

CMYK Percentages of Color #a50810

%0
%95
%90
%35

Triadic Colors of #a50810

#a50810 #10a508 #0810a5

Analogous Colors of #a50810

#a50810 #a54e08 #a5085f

Monochromatic Colors of #a50810

#a50810

Complementary Color

#a50810 #08a59d

#a50810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50810 Color CSS Codes

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

#a50810 Text Font Color

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

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


#a50810 Background Color

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

This div background color is #a50810


#a50810 Border Color

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

This div border color is #a50810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50810


Comments

No comments written yet.

Please login to write comment.