Color Hex Logo

#71136a Color Hex

#71136A
(113,19,106)
0 Favorites   0 Comments

Color spaces of #71136a

RGB 11319106
HSL0.850.710.26
HSV304°83°44°
CMYK 0.000.830.06   0.56
XYZ9.64445.017114.0957
Yxy5.01710.33540.1745
Hunter Lab22.398937.6596-21.6322
CIE-Lab26.783448.7996-27.4102

#71136a color RGB value is (113,19,106).

#71136a hex color red value is 113, green value is 19 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #71136a hue: 0.85 , saturation: 0.71 and the lightness value of 71136a is 0.26.

The process color (four color CMYK) of #71136a color hex is 0.00, 0.83, 0.06, 0.56. Web safe color of #71136a is #660066. Color #71136a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010011 01101010
Octal 161 23 152
Decimal 113 19 106
Hex 71 13 6A

RGB Percentages of Color #71136a

%47.48
%7.98
%44.54

CMYK Percentages of Color #71136a

%0
%83
%6
%56

Triadic Colors of #71136a

#71136a #6a7113 #136a71

Analogous Colors of #71136a

#71136a #71133b #491371

Monochromatic Colors of #71136a

#71136a

Complementary Color

#71136a #13711a

#71136a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71136a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71136a Color CSS Codes

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

#71136a Text Font Color

<p style="color:#71136a">Text here</p>

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


#71136a Background Color

<div style="background-color:#71136a">
Div content here</div>

This div background color is #71136a


#71136a Border Color

<div style="border:3px solid #71136a">
Div here</div>

This div border color is #71136a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,19,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71136a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71136a;
  -webkit-box-shadow: 1px 1px 3px 2px #71136a;
  box-shadow:         1px 1px 3px 2px #71136a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71136a


Comments

No comments written yet.

Please login to write comment.