Color Hex Logo

#716edd Color Hex

#716EDD
(113,110,221)
0 Favorites   0 Comments

Color spaces of #716edd

RGB 113110221
HSL0.670.620.65
HSV242°50°87°
CMYK 0.490.500.00   0.13
XYZ25.437119.883070.9037
Yxy19.88300.21890.1711
Hunter Lab44.590423.7943-63.0645
CIE-Lab51.704730.3850-56.6214

#716edd color RGB value is (113,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101110 11011101
Octal 161 156 335
Decimal 113 110 221
Hex 71 6E DD

RGB Percentages of Color #716edd

%25.45
%24.77
%49.77

CMYK Percentages of Color #716edd

%49
%50
%0
%13

Triadic Colors of #716edd

#716edd #dd716e #6edd71

Analogous Colors of #716edd

#716edd #a96edd #6ea3dd

Monochromatic Colors of #716edd

#716edd

Complementary Color

#716edd #dadd6e

#716edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#716edd Color CSS Codes

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

#716edd Text Font Color

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

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


#716edd Background Color

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

This div background color is #716edd


#716edd Border Color

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

This div border color is #716edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716edd


Comments

No comments written yet.

Please login to write comment.