Color Hex Logo

#71200a Color Hex

#71200A
(113,32,10)
0 Favorites   0 Comments

Color spaces of #71200a

RGB 1133210
HSL0.040.840.24
HSV13°91°44°
CMYK 0.000.720.91   0.56
XYZ7.38144.56560.7794
Yxy4.56560.58000.3588
Hunter Lab21.367324.270812.7944
CIE-Lab25.459534.617932.7476

#71200a color RGB value is (113,32,10).

#71200a hex color red value is 113, green value is 32 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #71200a hue: 0.04 , saturation: 0.84 and the lightness value of 71200a is 0.24.

The process color (four color CMYK) of #71200a color hex is 0.00, 0.72, 0.91, 0.56. Web safe color of #71200a is #663300. Color #71200a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100000 00001010
Octal 161 40 12
Decimal 113 32 10
Hex 71 20 A

RGB Percentages of Color #71200a

%72.90
%20.65
%6.45

CMYK Percentages of Color #71200a

%0
%72
%91
%56

Triadic Colors of #71200a

#71200a #0a7120 #200a71

Analogous Colors of #71200a

#71200a #71540a #710a27

Monochromatic Colors of #71200a

#71200a

Complementary Color

#71200a #0a5b71

#71200a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71200a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71200a Color CSS Codes

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

#71200a Text Font Color

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

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


#71200a Background Color

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

This div background color is #71200a


#71200a Border Color

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

This div border color is #71200a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,32,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71200a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71200a;
  -webkit-box-shadow: 1px 1px 3px 2px #71200a;
  box-shadow:         1px 1px 3px 2px #71200a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71200a


Comments

No comments written yet.

Please login to write comment.