Color Hex Logo

#716eb7 Color Hex

#716EB7
(113,110,183)
0 Favorites   0 Comments

Color spaces of #716eb7

RGB 113110183
HSL0.670.340.57
HSV242°40°72°
CMYK 0.380.400.00   0.28
XYZ20.933218.081547.1865
Yxy18.08150.24280.2098
Hunter Lab42.522313.4591-36.0277
CIE-Lab49.594819.2142-38.2555

#716eb7 color RGB value is (113,110,183).

#716eb7 hex color red value is 113, green value is 110 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #716eb7 hue: 0.67 , saturation: 0.34 and the lightness value of 716eb7 is 0.57.

The process color (four color CMYK) of #716eb7 color hex is 0.38, 0.40, 0.00, 0.28. Web safe color of #716eb7 is #6666cc. Color #716eb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101110 10110111
Octal 161 156 267
Decimal 113 110 183
Hex 71 6E B7

RGB Percentages of Color #716eb7

%27.83
%27.09
%45.07

CMYK Percentages of Color #716eb7

%38
%40
%0
%28

Triadic Colors of #716eb7

#716eb7 #b7716e #6eb771

Analogous Colors of #716eb7

#716eb7 #966eb7 #6e90b7

Monochromatic Colors of #716eb7

#716eb7

Complementary Color

#716eb7 #b4b76e

#716eb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716eb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716eb7 Color CSS Codes

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

#716eb7 Text Font Color

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

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


#716eb7 Background Color

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

This div background color is #716eb7


#716eb7 Border Color

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

This div border color is #716eb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716eb7


Comments

No comments written yet.

Please login to write comment.