Color Hex Logo

#719cdf Color Hex

#719CDF
(113,156,223)
0 Favorites   0 Comments

Color spaces of #719cdf

RGB 113156223
HSL0.600.630.66
HSV217°49°87°
CMYK 0.490.300.00   0.13
XYZ32.017832.615474.4199
Yxy32.61540.23030.2346
Hunter Lab57.10990.1310-37.2839
CIE-Lab63.84833.7263-38.5037

#719cdf color RGB value is (113,156,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011100 11011111
Octal 161 234 337
Decimal 113 156 223
Hex 71 9C DF

RGB Percentages of Color #719cdf

%22.97
%31.71
%45.33

CMYK Percentages of Color #719cdf

%49
%30
%0
%13

Triadic Colors of #719cdf

#719cdf #df719c #9cdf71

Analogous Colors of #719cdf

#719cdf #7d71df #71d3df

Monochromatic Colors of #719cdf

#719cdf

Complementary Color

#719cdf #dfb471

#719cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#719cdf Color CSS Codes

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

#719cdf Text Font Color

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

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


#719cdf Background Color

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

This div background color is #719cdf


#719cdf Border Color

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

This div border color is #719cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719cdf


Comments

No comments written yet.

Please login to write comment.