Color Hex Logo

#716fdc Color Hex

#716FDC
(113,111,220)
0 Favorites   0 Comments

Color spaces of #716fdc

RGB 113111220
HSL0.670.610.65
HSV241°50°86°
CMYK 0.490.500.00   0.14
XYZ25.412820.046970.2402
Yxy20.04690.21960.1733
Hunter Lab44.773822.9594-61.6713
CIE-Lab51.890229.4827-55.7591

#716fdc color RGB value is (113,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101111 11011100
Octal 161 157 334
Decimal 113 111 220
Hex 71 6F DC

RGB Percentages of Color #716fdc

%25.45
%25.00
%49.55

CMYK Percentages of Color #716fdc

%49
%50
%0
%14

Triadic Colors of #716fdc

#716fdc #dc716f #6fdc71

Analogous Colors of #716fdc

#716fdc #a86fdc #6fa4dc

Monochromatic Colors of #716fdc

#716fdc

Complementary Color

#716fdc #dadc6f

#716fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#716fdc Color CSS Codes

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

#716fdc Text Font Color

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

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


#716fdc Background Color

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

This div background color is #716fdc


#716fdc Border Color

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

This div border color is #716fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,111,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 #716fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716fdc

#716fdc Color Palettes


Comments

No comments written yet.

Please login to write comment.