Color Hex Logo

#718fba Color Hex

#718FBA
(113,143,186)
0 Favorites   0 Comments

Color spaces of #718fba

RGB 113143186
HSL0.600.350.59
HSV215°39°73°
CMYK 0.390.230.00   0.27
XYZ25.495426.700850.2644
Yxy26.70080.24880.2606
Hunter Lab51.6728-2.3554-21.5030
CIE-Lab58.69640.4944-25.7849

#718fba color RGB value is (113,143,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001111 10111010
Octal 161 217 272
Decimal 113 143 186
Hex 71 8F BA

RGB Percentages of Color #718fba

%25.57
%32.35
%42.08

CMYK Percentages of Color #718fba

%39
%23
%0
%27

Triadic Colors of #718fba

#718fba #ba718f #8fba71

Analogous Colors of #718fba

#718fba #7871ba #71b4ba

Monochromatic Colors of #718fba

#718fba

Complementary Color

#718fba #ba9c71

#718fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#718fba Color CSS Codes

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

#718fba Text Font Color

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

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


#718fba Background Color

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

This div background color is #718fba


#718fba Border Color

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

This div border color is #718fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718fba


Comments

No comments written yet.

Please login to write comment.