Color Hex Logo

#718cba Color Hex

#718CBA
(113,140,186)
0 Favorites   0 Comments

Color spaces of #718cba

RGB 113140186
HSL0.610.350.59
HSV218°39°73°
CMYK 0.390.250.00   0.27
XYZ25.051125.812050.1163
Yxy25.81200.24810.2556
Hunter Lab50.8055-0.8952-22.9218
CIE-Lab57.85822.2231-27.0781

#718cba color RGB value is (113,140,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001100 10111010
Octal 161 214 272
Decimal 113 140 186
Hex 71 8C BA

RGB Percentages of Color #718cba

%25.74
%31.89
%42.37

CMYK Percentages of Color #718cba

%39
%25
%0
%27

Triadic Colors of #718cba

#718cba #ba718c #8cba71

Analogous Colors of #718cba

#718cba #7b71ba #71b1ba

Monochromatic Colors of #718cba

#718cba

Complementary Color

#718cba #ba9f71

#718cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#718cba Color CSS Codes

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

#718cba Text Font Color

<p style="color:#718cba">Text here</p>

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


#718cba Background Color

<div style="background-color:#718cba">
Div content here</div>

This div background color is #718cba


#718cba Border Color

<div style="border:3px solid #718cba">
Div here</div>

This div border color is #718cba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,140,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 #718cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718cba


Comments

No comments written yet.

Please login to write comment.