Color Hex Logo

#71304e Color Hex

#71304E
(113,48,78)
0 Favorites   0 Comments

Color spaces of #71304e

RGB 1134878
HSL0.920.400.32
HSV332°58°44°
CMYK 0.000.580.31   0.56
XYZ9.24226.17477.9124
Yxy6.17470.39620.2647
Hunter Lab24.848922.9048-1.4849
CIE-Lab29.849032.2979-4.4102

#71304e color RGB value is (113,48,78).

#71304e hex color red value is 113, green value is 48 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #71304e hue: 0.92 , saturation: 0.40 and the lightness value of 71304e is 0.32.

The process color (four color CMYK) of #71304e color hex is 0.00, 0.58, 0.31, 0.56. Web safe color of #71304e is #663366. Color #71304e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110000 01001110
Octal 161 60 116
Decimal 113 48 78
Hex 71 30 4E

RGB Percentages of Color #71304e

%47.28
%20.08
%32.64

CMYK Percentages of Color #71304e

%0
%58
%31
%56

Triadic Colors of #71304e

#71304e #4e7130 #304e71

Analogous Colors of #71304e

#71304e #713330 #71306f

Monochromatic Colors of #71304e

#71304e

Complementary Color

#71304e #307153

#71304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71304e Color CSS Codes

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

#71304e Text Font Color

<p style="color:#71304e">Text here</p>

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


#71304e Background Color

<div style="background-color:#71304e">
Div content here</div>

This div background color is #71304e


#71304e Border Color

<div style="border:3px solid #71304e">
Div here</div>

This div border color is #71304e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,48,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71304e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71304e;
  -webkit-box-shadow: 1px 1px 3px 2px #71304e;
  box-shadow:         1px 1px 3px 2px #71304e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71304e


Comments

No comments written yet.

Please login to write comment.