Color Hex Logo

#716caa Color Hex

#716CAA
(113,108,170)
0 Favorites   0 Comments

Color spaces of #716caa

RGB 113108170
HSL0.680.270.55
HSV245°36°67°
CMYK 0.340.360.00   0.33
XYZ19.428317.138140.3142
Yxy17.13810.25270.2229
Hunter Lab41.398211.3238-28.7588
CIE-Lab48.433616.8031-32.5214

#716caa color RGB value is (113,108,170).

#716caa hex color red value is 113, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #716caa hue: 0.68 , saturation: 0.27 and the lightness value of 716caa is 0.55.

The process color (four color CMYK) of #716caa color hex is 0.34, 0.36, 0.00, 0.33. Web safe color of #716caa is #666699. Color #716caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101100 10101010
Octal 161 154 252
Decimal 113 108 170
Hex 71 6C AA

RGB Percentages of Color #716caa

%28.90
%27.62
%43.48

CMYK Percentages of Color #716caa

%34
%36
%0
%33

Triadic Colors of #716caa

#716caa #aa716c #6caa71

Analogous Colors of #716caa

#716caa #906caa #6c86aa

Monochromatic Colors of #716caa

#716caa

Complementary Color

#716caa #a5aa6c

#716caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#716caa Color CSS Codes

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

#716caa Text Font Color

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

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


#716caa Background Color

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

This div background color is #716caa


#716caa Border Color

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

This div border color is #716caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,108,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #716caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #716caa;
  -webkit-box-shadow: 1px 1px 3px 2px #716caa;
  box-shadow:         1px 1px 3px 2px #716caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716caa


Comments

No comments written yet.

Please login to write comment.