Color Hex Logo

#71064d Color Hex

#71064D
(113,6,77)
0 Favorites   0 Comments

Color spaces of #71064d

RGB 113677
HSL0.890.900.23
HSV320°95°44°
CMYK 0.000.950.32   0.56
XYZ8.21474.17687.3944
Yxy4.17680.41520.2111
Hunter Lab20.437235.9826-7.1457
CIE-Lab24.247547.5848-12.2054

#71064d color RGB value is (113,6,77).

#71064d hex color red value is 113, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #71064d hue: 0.89 , saturation: 0.90 and the lightness value of 71064d is 0.23.

The process color (four color CMYK) of #71064d color hex is 0.00, 0.95, 0.32, 0.56. Web safe color of #71064d is #660066. Color #71064d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000110 01001101
Octal 161 6 115
Decimal 113 6 77
Hex 71 6 4D

RGB Percentages of Color #71064d

%57.65
%3.06
%39.29

CMYK Percentages of Color #71064d

%0
%95
%32
%56

Triadic Colors of #71064d

#71064d #4d7106 #064d71

Analogous Colors of #71064d

#71064d #710617 #600671

Monochromatic Colors of #71064d

#71064d

Complementary Color

#71064d #06712a

#71064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71064d Color CSS Codes

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

#71064d Text Font Color

<p style="color:#71064d">Text here</p>

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


#71064d Background Color

<div style="background-color:#71064d">
Div content here</div>

This div background color is #71064d


#71064d Border Color

<div style="border:3px solid #71064d">
Div here</div>

This div border color is #71064d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,6,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71064d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71064d;
  -webkit-box-shadow: 1px 1px 3px 2px #71064d;
  box-shadow:         1px 1px 3px 2px #71064d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71064d


Comments

No comments written yet.

Please login to write comment.