Color Hex Logo

#a50704 Color Hex

#A50704
(165,7,4)
0 Favorites   0 Comments

Color spaces of #a50704

RGB 16574
HSL0.000.950.33
HSV98°65°
CMYK 0.000.960.98   0.35
XYZ15.61498.16010.8669
Yxy8.16010.63370.3311
Hunter Lab28.565947.582718.1968
CIE-Lab34.314156.973146.7626

#a50704 color RGB value is (165,7,4).

#a50704 hex color red value is 165, green value is 7 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a50704 hue: 0.00 , saturation: 0.95 and the lightness value of a50704 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000111 00000100
Octal 245 7 4
Decimal 165 7 4
Hex A5 7 4

RGB Percentages of Color #a50704

%93.75
%3.98
%2.27

CMYK Percentages of Color #a50704

%0
%96
%98
%35

Triadic Colors of #a50704

#a50704 #04a507 #0704a5

Analogous Colors of #a50704

#a50704 #a55804 #a50451

Monochromatic Colors of #a50704

#a50704

Complementary Color

#a50704 #04a2a5

#a50704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50704 Color CSS Codes

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

#a50704 Text Font Color

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

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


#a50704 Background Color

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

This div background color is #a50704


#a50704 Border Color

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

This div border color is #a50704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50704


Comments

No comments written yet.

Please login to write comment.