Color Hex Logo

#716bdc Color Hex

#716BDC
(113,107,220)
0 Favorites   0 Comments

Color spaces of #716bdc

RGB 113107220
HSL0.680.620.64
HSV243°51°86°
CMYK 0.490.510.00   0.14
XYZ24.986019.193470.0979
Yxy19.19340.21860.1680
Hunter Lab43.810325.1347-64.1988
CIE-Lab50.912731.8825-57.3277

#716bdc color RGB value is (113,107,220).

#716bdc hex color red value is 113, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #716bdc hue: 0.68 , saturation: 0.62 and the lightness value of 716bdc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101011 11011100
Octal 161 153 334
Decimal 113 107 220
Hex 71 6B DC

RGB Percentages of Color #716bdc

%25.68
%24.32
%50.00

CMYK Percentages of Color #716bdc

%49
%51
%0
%14

Triadic Colors of #716bdc

#716bdc #dc716b #6bdc71

Analogous Colors of #716bdc

#716bdc #aa6bdc #6b9edc

Monochromatic Colors of #716bdc

#716bdc

Complementary Color

#716bdc #d6dc6b

#716bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#716bdc Color CSS Codes

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

#716bdc Text Font Color

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

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


#716bdc Background Color

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

This div background color is #716bdc


#716bdc Border Color

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

This div border color is #716bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716bdc


Comments

No comments written yet.

Please login to write comment.