Color Hex Logo

#716193 Color Hex

#716193
(113,97,147)
0 Favorites   0 Comments

Color spaces of #716193

RGB 11397147
HSL0.720.200.48
HSV259°34°58°
CMYK 0.230.340.00   0.42
XYZ16.351214.166729.4764
Yxy14.16670.27250.2361
Hunter Lab37.638711.6773-20.0854
CIE-Lab44.471117.4314-25.1198

#716193 color RGB value is (113,97,147).

#716193 hex color red value is 113, green value is 97 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #716193 hue: 0.72 , saturation: 0.20 and the lightness value of 716193 is 0.48.

The process color (four color CMYK) of #716193 color hex is 0.23, 0.34, 0.00, 0.42. Web safe color of #716193 is #666699. Color #716193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100001 10010011
Octal 161 141 223
Decimal 113 97 147
Hex 71 61 93

RGB Percentages of Color #716193

%31.65
%27.17
%41.18

CMYK Percentages of Color #716193

%23
%34
%0
%42

Triadic Colors of #716193

#716193 #937161 #619371

Analogous Colors of #716193

#716193 #8a6193 #616a93

Monochromatic Colors of #716193

#716193

Complementary Color

#716193 #839361

#716193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716193 Color CSS Codes

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

#716193 Text Font Color

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

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


#716193 Background Color

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

This div background color is #716193


#716193 Border Color

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

This div border color is #716193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716193


Comments

No comments written yet.

Please login to write comment.