Color Hex Logo

#716eb4 Color Hex

#716EB4
(113,110,180)
0 Favorites   0 Comments

Color spaces of #716eb4

RGB 113110180
HSL0.670.320.57
HSV243°39°71°
CMYK 0.370.390.00   0.29
XYZ20.624217.957945.5592
Yxy17.95790.24510.2134
Hunter Lab42.376812.7142-34.0789
CIE-Lab49.445018.3669-36.7536

#716eb4 color RGB value is (113,110,180).

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

The process color (four color CMYK) of #716eb4 color hex is 0.37, 0.39, 0.00, 0.29. Web safe color of #716eb4 is #6666cc. Color #716eb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101110 10110100
Octal 161 156 264
Decimal 113 110 180
Hex 71 6E B4

RGB Percentages of Color #716eb4

%28.04
%27.30
%44.67

CMYK Percentages of Color #716eb4

%37
%39
%0
%29

Triadic Colors of #716eb4

#716eb4 #b4716e #6eb471

Analogous Colors of #716eb4

#716eb4 #946eb4 #6e8eb4

Monochromatic Colors of #716eb4

#716eb4

Complementary Color

#716eb4 #b1b46e

#716eb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716eb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716eb4 Color CSS Codes

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

#716eb4 Text Font Color

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

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


#716eb4 Background Color

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

This div background color is #716eb4


#716eb4 Border Color

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

This div border color is #716eb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716eb4


Comments

No comments written yet.

Please login to write comment.