Color Hex Logo

#716183 Color Hex

#716183
(113,97,131)
0 Favorites   0 Comments

Color spaces of #716183

RGB 11397131
HSL0.750.150.45
HSV268°26°51°
CMYK 0.140.260.00   0.49
XYZ15.181513.698823.3167
Yxy13.69880.29090.2624
Hunter Lab37.01198.4461-11.4431
CIE-Lab43.797813.5376-16.5557

#716183 color RGB value is (113,97,131).

#716183 hex color red value is 113, green value is 97 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #716183 hue: 0.75 , saturation: 0.15 and the lightness value of 716183 is 0.45.

The process color (four color CMYK) of #716183 color hex is 0.14, 0.26, 0.00, 0.49. Web safe color of #716183 is #666699. Color #716183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100001 10000011
Octal 161 141 203
Decimal 113 97 131
Hex 71 61 83

RGB Percentages of Color #716183

%33.14
%28.45
%38.42

CMYK Percentages of Color #716183

%14
%26
%0
%49

Triadic Colors of #716183

#716183 #837161 #618371

Analogous Colors of #716183

#716183 #826183 #616283

Monochromatic Colors of #716183

#716183

Complementary Color

#716183 #738361

#716183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716183 Color CSS Codes

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

#716183 Text Font Color

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

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


#716183 Background Color

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

This div background color is #716183


#716183 Border Color

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

This div border color is #716183


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,97,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #716183; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #716183;
  -webkit-box-shadow: 1px 1px 3px 2px #716183;
  box-shadow:         1px 1px 3px 2px #716183; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716183


Comments

No comments written yet.

Please login to write comment.