Color Hex Logo

#71204b Color Hex

#71204B
(113,32,75)
0 Favorites   0 Comments

Color spaces of #71204b

RGB 1133275
HSL0.910.560.28
HSV328°72°44°
CMYK 0.000.720.34   0.56
XYZ8.59665.05177.1786
Yxy5.05170.41280.2426
Hunter Lab22.476028.9396-3.2034
CIE-Lab26.881639.6053-6.8623

#71204b color RGB value is (113,32,75).

#71204b hex color red value is 113, green value is 32 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #71204b hue: 0.91 , saturation: 0.56 and the lightness value of 71204b is 0.28.

The process color (four color CMYK) of #71204b color hex is 0.00, 0.72, 0.34, 0.56. Web safe color of #71204b is #663333. Color #71204b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100000 01001011
Octal 161 40 113
Decimal 113 32 75
Hex 71 20 4B

RGB Percentages of Color #71204b

%51.36
%14.55
%34.09

CMYK Percentages of Color #71204b

%0
%72
%34
%56

Triadic Colors of #71204b

#71204b #4b7120 #204b71

Analogous Colors of #71204b

#71204b #712023 #6f2071

Monochromatic Colors of #71204b

#71204b

Complementary Color

#71204b #207146

#71204b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71204b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71204b Color CSS Codes

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

#71204b Text Font Color

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

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


#71204b Background Color

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

This div background color is #71204b


#71204b Border Color

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

This div border color is #71204b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71204b


Comments

No comments written yet.

Please login to write comment.