Color Hex Logo

#71668b Color Hex

#71668B
(113,102,139)
0 Favorites   0 Comments

Color spaces of #71668b

RGB 113102139
HSL0.720.150.47
HSV258°27°55°
CMYK 0.190.270.00   0.45
XYZ16.221614.877526.4428
Yxy14.87750.28190.2586
Hunter Lab38.57147.5702-13.6466
CIE-Lab45.466012.4064-18.8044

#71668b color RGB value is (113,102,139).

#71668b hex color red value is 113, green value is 102 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #71668b hue: 0.72 , saturation: 0.15 and the lightness value of 71668b is 0.47.

The process color (four color CMYK) of #71668b color hex is 0.19, 0.27, 0.00, 0.45. Web safe color of #71668b is #666699. Color #71668b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100110 10001011
Octal 161 146 213
Decimal 113 102 139
Hex 71 66 8B

RGB Percentages of Color #71668b

%31.92
%28.81
%39.27

CMYK Percentages of Color #71668b

%19
%27
%0
%45

Triadic Colors of #71668b

#71668b #8b7166 #668b71

Analogous Colors of #71668b

#71668b #84668b #666e8b

Monochromatic Colors of #71668b

#71668b

Complementary Color

#71668b #808b66

#71668b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71668b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71668b Color CSS Codes

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

#71668b Text Font Color

<p style="color:#71668b">Text here</p>

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


#71668b Background Color

<div style="background-color:#71668b">
Div content here</div>

This div background color is #71668b


#71668b Border Color

<div style="border:3px solid #71668b">
Div here</div>

This div border color is #71668b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,102,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71668b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71668b;
  -webkit-box-shadow: 1px 1px 3px 2px #71668b;
  box-shadow:         1px 1px 3px 2px #71668b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71668b

#71668b Color Palettes


Comments

No comments written yet.

Please login to write comment.