Color Hex Logo

#71204f Color Hex

#71204F
(113,32,79)
0 Favorites   0 Comments

Color spaces of #71204f

RGB 1133279
HSL0.900.560.28
HSV325°72°44°
CMYK 0.000.720.30   0.56
XYZ8.73785.10827.9226
Yxy5.10820.40140.2347
Hunter Lab22.601329.4568-4.9624
CIE-Lab27.040840.1409-9.2877

#71204f color RGB value is (113,32,79).

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

The process color (four color CMYK) of #71204f color hex is 0.00, 0.72, 0.30, 0.56. Web safe color of #71204f is #663366. Color #71204f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100000 01001111
Octal 161 40 117
Decimal 113 32 79
Hex 71 20 4F

RGB Percentages of Color #71204f

%50.45
%14.29
%35.27

CMYK Percentages of Color #71204f

%0
%72
%30
%56

Triadic Colors of #71204f

#71204f #4f7120 #204f71

Analogous Colors of #71204f

#71204f #712027 #6b2071

Monochromatic Colors of #71204f

#71204f

Complementary Color

#71204f #207142

#71204f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71204f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71204f Color CSS Codes

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

#71204f Text Font Color

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

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


#71204f Background Color

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

This div background color is #71204f


#71204f Border Color

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

This div border color is #71204f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71204f


Comments

No comments written yet.

Please login to write comment.