Color Hex Logo

#716abe Color Hex

#716ABE
(113,106,190)
0 Favorites   0 Comments

Color spaces of #716abe

RGB 113106190
HSL0.680.390.58
HSV245°44°75°
CMYK 0.410.440.00   0.25
XYZ21.258317.536550.9796
Yxy17.53650.23680.1953
Hunter Lab41.876617.3299-42.8646
CIE-Lab48.929023.6391-43.3548

#716abe color RGB value is (113,106,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101010 10111110
Octal 161 152 276
Decimal 113 106 190
Hex 71 6A BE

RGB Percentages of Color #716abe

%27.63
%25.92
%46.45

CMYK Percentages of Color #716abe

%41
%44
%0
%25

Triadic Colors of #716abe

#716abe #be716a #6abe71

Analogous Colors of #716abe

#716abe #9b6abe #6a8dbe

Monochromatic Colors of #716abe

#716abe

Complementary Color

#716abe #b7be6a

#716abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#716abe Color CSS Codes

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

#716abe Text Font Color

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

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


#716abe Background Color

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

This div background color is #716abe


#716abe Border Color

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

This div border color is #716abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716abe


Comments

No comments written yet.

Please login to write comment.