Color Hex Logo

#716cca Color Hex

#716CCA
(113,108,202)
0 Favorites   0 Comments

Color spaces of #716cca

RGB 113108202
HSL0.680.470.61
HSV243°47°79°
CMYK 0.440.470.00   0.21
XYZ22.833318.500158.2445
Yxy18.50010.22930.1858
Hunter Lab43.011719.4883-50.1795
CIE-Lab50.097125.9217-48.3929

#716cca color RGB value is (113,108,202).

#716cca hex color red value is 113, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #716cca hue: 0.68 , saturation: 0.47 and the lightness value of 716cca is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101100 11001010
Octal 161 154 312
Decimal 113 108 202
Hex 71 6C CA

RGB Percentages of Color #716cca

%26.71
%25.53
%47.75

CMYK Percentages of Color #716cca

%44
%47
%0
%21

Triadic Colors of #716cca

#716cca #ca716c #6cca71

Analogous Colors of #716cca

#716cca #a06cca #6c96ca

Monochromatic Colors of #716cca

#716cca

Complementary Color

#716cca #c5ca6c

#716cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#716cca Color CSS Codes

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

#716cca Text Font Color

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

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


#716cca Background Color

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

This div background color is #716cca


#716cca Border Color

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

This div border color is #716cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716cca


Comments

No comments written yet.

Please login to write comment.