Color Hex Logo

#719cde Color Hex

#719CDE
(113,156,222)
0 Favorites   0 Comments

Color spaces of #719cde

RGB 113156222
HSL0.600.620.66
HSV216°49°87°
CMYK 0.490.300.00   0.13
XYZ31.883332.561673.7118
Yxy32.56160.23080.2357
Hunter Lab57.0628-0.1246-36.6449
CIE-Lab63.80443.4278-38.0189

#719cde color RGB value is (113,156,222).

#719cde hex color red value is 113, green value is 156 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #719cde hue: 0.60 , saturation: 0.62 and the lightness value of 719cde is 0.66.

The process color (four color CMYK) of #719cde color hex is 0.49, 0.30, 0.00, 0.13. Web safe color of #719cde is #6699cc. Color #719cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011100 11011110
Octal 161 234 336
Decimal 113 156 222
Hex 71 9C DE

RGB Percentages of Color #719cde

%23.01
%31.77
%45.21

CMYK Percentages of Color #719cde

%49
%30
%0
%13

Triadic Colors of #719cde

#719cde #de719c #9cde71

Analogous Colors of #719cde

#719cde #7d71de #71d3de

Monochromatic Colors of #719cde

#719cde

Complementary Color

#719cde #deb371

#719cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#719cde Color CSS Codes

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

#719cde Text Font Color

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

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


#719cde Background Color

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

This div background color is #719cde


#719cde Border Color

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

This div border color is #719cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719cde


Comments

No comments written yet.

Please login to write comment.