Color Hex Logo

#719fbc Color Hex

#719FBC
(113,159,188)
0 Favorites   0 Comments

Color spaces of #719fbc

RGB 113159188
HSL0.560.360.59
HSV203°40°74°
CMYK 0.400.150.00   0.26
XYZ28.285331.937852.2508
Yxy31.93780.25150.2840
Hunter Lab56.5135-9.5586-15.2584
CIE-Lab63.2914-7.9547-19.8723

#719fbc color RGB value is (113,159,188).

#719fbc hex color red value is 113, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #719fbc hue: 0.56 , saturation: 0.36 and the lightness value of 719fbc is 0.59.

The process color (four color CMYK) of #719fbc color hex is 0.40, 0.15, 0.00, 0.26. Web safe color of #719fbc is #6699cc. Color #719fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011111 10111100
Octal 161 237 274
Decimal 113 159 188
Hex 71 9F BC

RGB Percentages of Color #719fbc

%24.57
%34.57
%40.87

CMYK Percentages of Color #719fbc

%40
%15
%0
%26

Triadic Colors of #719fbc

#719fbc #bc719f #9fbc71

Analogous Colors of #719fbc

#719fbc #717abc #71bcb4

Monochromatic Colors of #719fbc

#719fbc

Complementary Color

#719fbc #bc8e71

#719fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#719fbc Color CSS Codes

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

#719fbc Text Font Color

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

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


#719fbc Background Color

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

This div background color is #719fbc


#719fbc Border Color

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

This div border color is #719fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719fbc


Comments

No comments written yet.

Please login to write comment.