Color Hex Logo

#71608c Color Hex

#71608C
(113,96,140)
0 Favorites   0 Comments

Color spaces of #71608c

RGB 11396140
HSL0.730.190.46
HSV263°31°55°
CMYK 0.190.310.00   0.45
XYZ15.726513.769926.6399
Yxy13.76990.28010.2453
Hunter Lab37.107810.7106-16.5891
CIE-Lab43.901116.3006-21.8117

#71608c color RGB value is (113,96,140).

#71608c hex color red value is 113, green value is 96 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #71608c hue: 0.73 , saturation: 0.19 and the lightness value of 71608c is 0.46.

The process color (four color CMYK) of #71608c color hex is 0.19, 0.31, 0.00, 0.45. Web safe color of #71608c is #666699. Color #71608c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100000 10001100
Octal 161 140 214
Decimal 113 96 140
Hex 71 60 8C

RGB Percentages of Color #71608c

%32.38
%27.51
%40.11

CMYK Percentages of Color #71608c

%19
%31
%0
%45

Triadic Colors of #71608c

#71608c #8c7160 #608c71

Analogous Colors of #71608c

#71608c #87608c #60658c

Monochromatic Colors of #71608c

#71608c

Complementary Color

#71608c #7b8c60

#71608c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71608c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71608c Color CSS Codes

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

#71608c Text Font Color

<p style="color:#71608c">Text here</p>

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


#71608c Background Color

<div style="background-color:#71608c">
Div content here</div>

This div background color is #71608c


#71608c Border Color

<div style="border:3px solid #71608c">
Div here</div>

This div border color is #71608c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,96,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71608c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71608c;
  -webkit-box-shadow: 1px 1px 3px 2px #71608c;
  box-shadow:         1px 1px 3px 2px #71608c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71608c


Comments

No comments written yet.

Please login to write comment.