Color Hex Logo

#71212c Color Hex

#71212C
(113,33,44)
0 Favorites   0 Comments

Color spaces of #71212c

RGB 1133344
HSL0.980.550.29
HSV352°71°44°
CMYK 0.000.710.61   0.56
XYZ7.80854.78032.8940
Yxy4.78030.50430.3087
Hunter Lab21.863925.48797.4568
CIE-Lab26.099435.896912.8987

#71212c color RGB value is (113,33,44).

#71212c hex color red value is 113, green value is 33 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #71212c hue: 0.98 , saturation: 0.55 and the lightness value of 71212c is 0.29.

The process color (four color CMYK) of #71212c color hex is 0.00, 0.71, 0.61, 0.56. Web safe color of #71212c is #663333. Color #71212c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 00101100
Octal 161 41 54
Decimal 113 33 44
Hex 71 21 2C

RGB Percentages of Color #71212c

%59.47
%17.37
%23.16

CMYK Percentages of Color #71212c

%0
%71
%61
%56

Triadic Colors of #71212c

#71212c #2c7121 #212c71

Analogous Colors of #71212c

#71212c #713e21 #712154

Monochromatic Colors of #71212c

#71212c

Complementary Color

#71212c #217166

#71212c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71212c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71212c Color CSS Codes

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

#71212c Text Font Color

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

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


#71212c Background Color

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

This div background color is #71212c


#71212c Border Color

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

This div border color is #71212c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,33,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71212c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71212c;
  -webkit-box-shadow: 1px 1px 3px 2px #71212c;
  box-shadow:         1px 1px 3px 2px #71212c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71212c


Comments

No comments written yet.

Please login to write comment.