Color Hex Logo

#716eba Color Hex

#716EBA
(113,110,186)
0 Favorites   0 Comments

Color spaces of #716eba

RGB 113110186
HSL0.670.360.58
HSV242°41°73°
CMYK 0.390.410.00   0.27
XYZ21.248918.207748.8489
Yxy18.20770.24060.2062
Hunter Lab42.670514.2155-38.0055
CIE-Lab49.747120.0684-39.7499

#716eba color RGB value is (113,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101110 10111010
Octal 161 156 272
Decimal 113 110 186
Hex 71 6E BA

RGB Percentages of Color #716eba

%27.63
%26.89
%45.48

CMYK Percentages of Color #716eba

%39
%41
%0
%27

Triadic Colors of #716eba

#716eba #ba716e #6eba71

Analogous Colors of #716eba

#716eba #976eba #6e91ba

Monochromatic Colors of #716eba

#716eba

Complementary Color

#716eba #b7ba6e

#716eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#716eba Color CSS Codes

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

#716eba Text Font Color

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

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


#716eba Background Color

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

This div background color is #716eba


#716eba Border Color

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

This div border color is #716eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716eba


Comments

No comments written yet.

Please login to write comment.