Color Hex Logo

#716dbd Color Hex

#716DBD
(113,109,189)
0 Favorites   0 Comments

Color spaces of #716dbd

RGB 113109189
HSL0.680.380.58
HSV243°42°74°
CMYK 0.400.420.00   0.26
XYZ21.464018.122150.5108
Yxy18.12210.23820.2011
Hunter Lab42.570115.5028-40.5505
CIE-Lab49.643921.5337-41.6448

#716dbd color RGB value is (113,109,189).

#716dbd hex color red value is 113, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #716dbd hue: 0.68 , saturation: 0.38 and the lightness value of 716dbd is 0.58.

The process color (four color CMYK) of #716dbd color hex is 0.40, 0.42, 0.00, 0.26. Web safe color of #716dbd is #6666cc. Color #716dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101101 10111101
Octal 161 155 275
Decimal 113 109 189
Hex 71 6D BD

RGB Percentages of Color #716dbd

%27.49
%26.52
%45.99

CMYK Percentages of Color #716dbd

%40
%42
%0
%26

Triadic Colors of #716dbd

#716dbd #bd716d #6dbd71

Analogous Colors of #716dbd

#716dbd #996dbd #6d91bd

Monochromatic Colors of #716dbd

#716dbd

Complementary Color

#716dbd #b9bd6d

#716dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#716dbd Color CSS Codes

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

#716dbd Text Font Color

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

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


#716dbd Background Color

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

This div background color is #716dbd


#716dbd Border Color

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

This div border color is #716dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716dbd


Comments

No comments written yet.

Please login to write comment.