Color Hex Logo

#716dca Color Hex

#716DCA
(113,109,202)
0 Favorites   0 Comments

Color spaces of #716dca

RGB 113109202
HSL0.670.470.61
HSV243°46°79°
CMYK 0.440.460.00   0.21
XYZ22.939418.712358.2799
Yxy18.71230.22960.1873
Hunter Lab43.257718.9569-49.5993
CIE-Lab50.348925.3173-47.9917

#716dca color RGB value is (113,109,202).

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

The process color (four color CMYK) of #716dca color hex is 0.44, 0.46, 0.00, 0.21. Web safe color of #716dca is #6666cc. Color #716dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101101 11001010
Octal 161 155 312
Decimal 113 109 202
Hex 71 6D CA

RGB Percentages of Color #716dca

%26.65
%25.71
%47.64

CMYK Percentages of Color #716dca

%44
%46
%0
%21

Triadic Colors of #716dca

#716dca #ca716d #6dca71

Analogous Colors of #716dca

#716dca #a06dca #6d98ca

Monochromatic Colors of #716dca

#716dca

Complementary Color

#716dca #c6ca6d

#716dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#716dca Color CSS Codes

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

#716dca Text Font Color

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

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


#716dca Background Color

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

This div background color is #716dca


#716dca Border Color

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

This div border color is #716dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716dca


Comments

No comments written yet.

Please login to write comment.