Color Hex Logo

#716cde Color Hex

#716CDE
(113,108,222)
0 Favorites   0 Comments

Color spaces of #716cde

RGB 113108222
HSL0.670.630.65
HSV243°51°87°
CMYK 0.490.510.00   0.13
XYZ25.357419.509871.5365
Yxy19.50980.21780.1676
Hunter Lab44.169925.1773-65.1057
CIE-Lab51.278431.8855-57.8706

#716cde color RGB value is (113,108,222).

#716cde hex color red value is 113, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #716cde hue: 0.67 , saturation: 0.63 and the lightness value of 716cde is 0.65.

The process color (four color CMYK) of #716cde color hex is 0.49, 0.51, 0.00, 0.13. Web safe color of #716cde is #6666cc. Color #716cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101100 11011110
Octal 161 154 336
Decimal 113 108 222
Hex 71 6C DE

RGB Percentages of Color #716cde

%25.51
%24.38
%50.11

CMYK Percentages of Color #716cde

%49
%51
%0
%13

Triadic Colors of #716cde

#716cde #de716c #6cde71

Analogous Colors of #716cde

#716cde #aa6cde #6ca0de

Monochromatic Colors of #716cde

#716cde

Complementary Color

#716cde #d9de6c

#716cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#716cde Color CSS Codes

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

#716cde Text Font Color

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

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


#716cde Background Color

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

This div background color is #716cde


#716cde Border Color

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

This div border color is #716cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716cde


Comments

No comments written yet.

Please login to write comment.