Color Hex Logo

#71169d Color Hex

#71169D
(113,22,157)
0 Favorites   0 Comments

Color spaces of #71169d

RGB 11322157
HSL0.780.750.35
HSV280°86°62°
CMYK 0.280.860.00   0.38
XYZ13.18286.518932.4617
Yxy6.51890.25270.1250
Hunter Lab25.532147.4822-57.5091
CIE-Lab30.685657.5862-53.1160

#71169d color RGB value is (113,22,157).

#71169d hex color red value is 113, green value is 22 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #71169d hue: 0.78 , saturation: 0.75 and the lightness value of 71169d is 0.35.

The process color (four color CMYK) of #71169d color hex is 0.28, 0.86, 0.00, 0.38. Web safe color of #71169d is #660099. Color #71169d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010110 10011101
Octal 161 26 235
Decimal 113 22 157
Hex 71 16 9D

RGB Percentages of Color #71169d

%38.70
%7.53
%53.77

CMYK Percentages of Color #71169d

%28
%86
%0
%38

Triadic Colors of #71169d

#71169d #9d7116 #169d71

Analogous Colors of #71169d

#71169d #9d1686 #2e169d

Monochromatic Colors of #71169d

#71169d

Complementary Color

#71169d #429d16

#71169d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71169d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71169d Color CSS Codes

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

#71169d Text Font Color

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

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


#71169d Background Color

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

This div background color is #71169d


#71169d Border Color

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

This div border color is #71169d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71169d


Comments

No comments written yet.

Please login to write comment.