Color Hex Logo

#71212f Color Hex

#71212F
(113,33,47)
0 Favorites   0 Comments

Color spaces of #71212f

RGB 1133347
HSL0.970.550.29
HSV350°71°44°
CMYK 0.000.710.58   0.56
XYZ7.86704.80373.2019
Yxy4.80370.49560.3026
Hunter Lab21.917325.71536.6805
CIE-Lab26.168036.142810.9712

#71212f color RGB value is (113,33,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 00101111
Octal 161 41 57
Decimal 113 33 47
Hex 71 21 2F

RGB Percentages of Color #71212f

%58.55
%17.10
%24.35

CMYK Percentages of Color #71212f

%0
%71
%58
%56

Triadic Colors of #71212f

#71212f #2f7121 #212f71

Analogous Colors of #71212f

#71212f #713b21 #712157

Monochromatic Colors of #71212f

#71212f

Complementary Color

#71212f #217163

#71212f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71212f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71212f Color CSS Codes

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

#71212f Text Font Color

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

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


#71212f Background Color

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

This div background color is #71212f


#71212f Border Color

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

This div border color is #71212f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71212f


Comments

No comments written yet.

Please login to write comment.