Color Hex Logo

#719fba Color Hex

#719FBA
(113,159,186)
0 Favorites   0 Comments

Color spaces of #719fba

RGB 113159186
HSL0.560.350.59
HSV202°39°73°
CMYK 0.390.150.00   0.27
XYZ28.071131.852251.1229
Yxy31.85220.25280.2868
Hunter Lab56.4378-9.9835-14.2001
CIE-Lab63.2205-8.4938-18.8597

#719fba color RGB value is (113,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011111 10111010
Octal 161 237 272
Decimal 113 159 186
Hex 71 9F BA

RGB Percentages of Color #719fba

%24.67
%34.72
%40.61

CMYK Percentages of Color #719fba

%39
%15
%0
%27

Triadic Colors of #719fba

#719fba #ba719f #9fba71

Analogous Colors of #719fba

#719fba #717bba #71bab1

Monochromatic Colors of #719fba

#719fba

Complementary Color

#719fba #ba8c71

#719fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#719fba Color CSS Codes

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

#719fba Text Font Color

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

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


#719fba Background Color

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

This div background color is #719fba


#719fba Border Color

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

This div border color is #719fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719fba


Comments

No comments written yet.

Please login to write comment.