Color Hex Logo

#716abf Color Hex

#716ABF
(113,106,191)
0 Favorites   0 Comments

Color spaces of #716abf

RGB 113106191
HSL0.680.400.58
HSV245°45°75°
CMYK 0.410.450.00   0.25
XYZ21.368117.580451.5573
Yxy17.58040.23610.1942
Hunter Lab41.929017.5925-43.5547
CIE-Lab48.983223.9274-43.8459

#716abf color RGB value is (113,106,191).

#716abf hex color red value is 113, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #716abf hue: 0.68 , saturation: 0.40 and the lightness value of 716abf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101010 10111111
Octal 161 152 277
Decimal 113 106 191
Hex 71 6A BF

RGB Percentages of Color #716abf

%27.56
%25.85
%46.59

CMYK Percentages of Color #716abf

%41
%45
%0
%25

Triadic Colors of #716abf

#716abf #bf716a #6abf71

Analogous Colors of #716abf

#716abf #9c6abf #6a8ebf

Monochromatic Colors of #716abf

#716abf

Complementary Color

#716abf #b8bf6a

#716abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#716abf Color CSS Codes

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

#716abf Text Font Color

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

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


#716abf Background Color

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

This div background color is #716abf


#716abf Border Color

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

This div border color is #716abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716abf


Comments

No comments written yet.

Please login to write comment.