Color Hex Logo

#71109d Color Hex

#71109D
(113,16,157)
0 Favorites   0 Comments

Color spaces of #71109d

RGB 11316157
HSL0.780.820.34
HSV281°90°62°
CMYK 0.280.900.00   0.38
XYZ13.08116.315632.4279
Yxy6.31560.25240.1219
Hunter Lab25.130948.9337-58.9140
CIE-Lab30.195159.0330-53.9152

#71109d color RGB value is (113,16,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010000 10011101
Octal 161 20 235
Decimal 113 16 157
Hex 71 10 9D

RGB Percentages of Color #71109d

%39.51
%5.59
%54.90

CMYK Percentages of Color #71109d

%28
%90
%0
%38

Triadic Colors of #71109d

#71109d #9d7110 #109d71

Analogous Colors of #71109d

#71109d #9d1083 #2a109d

Monochromatic Colors of #71109d

#71109d

Complementary Color

#71109d #3c9d10

#71109d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71109d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71109d Color CSS Codes

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

#71109d Text Font Color

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

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


#71109d Background Color

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

This div background color is #71109d


#71109d Border Color

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

This div border color is #71109d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,16,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 #71109d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71109d


Comments

No comments written yet.

Please login to write comment.