Color Hex Logo

#719baa Color Hex

#719BAA
(113,155,170)
0 Favorites   0 Comments

Color spaces of #719baa

RGB 113155170
HSL0.540.250.55
HSV196°34°67°
CMYK 0.340.090.00   0.33
XYZ25.787129.855742.4338
Yxy29.85570.26290.3044
Hunter Lab54.6404-11.3790-7.7965
CIE-Lab61.5295-10.4924-12.4162

#719baa color RGB value is (113,155,170).

#719baa hex color red value is 113, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #719baa hue: 0.54 , saturation: 0.25 and the lightness value of 719baa is 0.55.

The process color (four color CMYK) of #719baa color hex is 0.34, 0.09, 0.00, 0.33. Web safe color of #719baa is #669999. Color #719baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011011 10101010
Octal 161 233 252
Decimal 113 155 170
Hex 71 9B AA

RGB Percentages of Color #719baa

%25.80
%35.39
%38.81

CMYK Percentages of Color #719baa

%34
%9
%0
%33

Triadic Colors of #719baa

#719baa #aa719b #9baa71

Analogous Colors of #719baa

#719baa #717faa #71aa9d

Monochromatic Colors of #719baa

#719baa

Complementary Color

#719baa #aa8071

#719baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#719baa Color CSS Codes

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

#719baa Text Font Color

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

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


#719baa Background Color

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

This div background color is #719baa


#719baa Border Color

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

This div border color is #719baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719baa


Comments

No comments written yet.

Please login to write comment.