Color Hex Logo

#716198 Color Hex

#716198
(113,97,152)
0 Favorites   0 Comments

Color spaces of #716198

RGB 11397152
HSL0.720.220.49
HSV257°36°60°
CMYK 0.260.360.00   0.40
XYZ16.752214.327131.5882
Yxy14.32710.26730.2286
Hunter Lab37.851212.7612-22.9839
CIE-Lab44.698418.7063-27.7466

#716198 color RGB value is (113,97,152).

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

The process color (four color CMYK) of #716198 color hex is 0.26, 0.36, 0.00, 0.40. Web safe color of #716198 is #666699. Color #716198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100001 10011000
Octal 161 141 230
Decimal 113 97 152
Hex 71 61 98

RGB Percentages of Color #716198

%31.22
%26.80
%41.99

CMYK Percentages of Color #716198

%26
%36
%0
%40

Triadic Colors of #716198

#716198 #987161 #619871

Analogous Colors of #716198

#716198 #8d6198 #616d98

Monochromatic Colors of #716198

#716198

Complementary Color

#716198 #889861

#716198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716198 Color CSS Codes

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

#716198 Text Font Color

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

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


#716198 Background Color

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

This div background color is #716198


#716198 Border Color

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

This div border color is #716198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716198

#716198 Color Palettes


Comments

No comments written yet.

Please login to write comment.