Color Hex Logo

#719dca Color Hex

#719DCA
(113,157,202)
0 Favorites   0 Comments

Color spaces of #719dca

RGB 113157202
HSL0.580.460.62
HSV210°44°79°
CMYK 0.440.220.00   0.21
XYZ29.527731.888960.4760
Yxy31.88890.24220.2616
Hunter Lab56.4703-5.4872-23.9666
CIE-Lab63.2510-2.9625-27.7614

#719dca color RGB value is (113,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011101 11001010
Octal 161 235 312
Decimal 113 157 202
Hex 71 9D CA

RGB Percentages of Color #719dca

%23.94
%33.26
%42.80

CMYK Percentages of Color #719dca

%44
%22
%0
%21

Triadic Colors of #719dca

#719dca #ca719d #9dca71

Analogous Colors of #719dca

#719dca #7271ca #71caca

Monochromatic Colors of #719dca

#719dca

Complementary Color

#719dca #ca9e71

#719dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#719dca Color CSS Codes

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

#719dca Text Font Color

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

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


#719dca Background Color

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

This div background color is #719dca


#719dca Border Color

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

This div border color is #719dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719dca


Comments

No comments written yet.

Please login to write comment.