Color Hex Logo

#716cda Color Hex

#716CDA
(113,108,218)
0 Favorites   0 Comments

Color spaces of #716cda

RGB 113108218
HSL0.670.600.64
HSV243°50°85°
CMYK 0.480.500.00   0.15
XYZ24.827519.297868.7460
Yxy19.29780.22000.1710
Hunter Lab43.929324.0066-62.0339
CIE-Lab51.033830.6818-56.0015

#716cda color RGB value is (113,108,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101100 11011010
Octal 161 154 332
Decimal 113 108 218
Hex 71 6C DA

RGB Percentages of Color #716cda

%25.74
%24.60
%49.66

CMYK Percentages of Color #716cda

%48
%50
%0
%15

Triadic Colors of #716cda

#716cda #da716c #6cda71

Analogous Colors of #716cda

#716cda #a86cda #6c9eda

Monochromatic Colors of #716cda

#716cda

Complementary Color

#716cda #d5da6c

#716cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#716cda Color CSS Codes

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

#716cda Text Font Color

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

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


#716cda Background Color

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

This div background color is #716cda


#716cda Border Color

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

This div border color is #716cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716cda


Comments

No comments written yet.

Please login to write comment.