Color Hex Logo

#719dcd Color Hex

#719DCD
(113,157,205)
0 Favorites   0 Comments

Color spaces of #719dcd

RGB 113157205
HSL0.590.480.62
HSV211°45°80°
CMYK 0.450.230.00   0.20
XYZ29.886532.032462.3653
Yxy32.03240.24050.2577
Hunter Lab56.5972-4.7870-25.7145
CIE-Lab63.3697-2.1080-29.2512

#719dcd color RGB value is (113,157,205).

#719dcd hex color red value is 113, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #719dcd hue: 0.59 , saturation: 0.48 and the lightness value of 719dcd is 0.62.

The process color (four color CMYK) of #719dcd color hex is 0.45, 0.23, 0.00, 0.20. Web safe color of #719dcd is #6699cc. Color #719dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011101 11001101
Octal 161 235 315
Decimal 113 157 205
Hex 71 9D CD

RGB Percentages of Color #719dcd

%23.79
%33.05
%43.16

CMYK Percentages of Color #719dcd

%45
%23
%0
%20

Triadic Colors of #719dcd

#719dcd #cd719d #9dcd71

Analogous Colors of #719dcd

#719dcd #7371cd #71cbcd

Monochromatic Colors of #719dcd

#719dcd

Complementary Color

#719dcd #cda171

#719dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#719dcd Color CSS Codes

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

#719dcd Text Font Color

<p style="color:#719dcd">Text here</p>

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


#719dcd Background Color

<div style="background-color:#719dcd">
Div content here</div>

This div background color is #719dcd


#719dcd Border Color

<div style="border:3px solid #719dcd">
Div here</div>

This div border color is #719dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,157,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #719dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #719dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #719dcd;
  box-shadow:         1px 1px 3px 2px #719dcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719dcd


Comments

No comments written yet.

Please login to write comment.