Color Hex Logo

#718bbd Color Hex

#718BBD
(113,139,189)
0 Favorites   0 Comments

Color spaces of #718bbd

RGB 113139189
HSL0.610.370.59
HSV219°40°74°
CMYK 0.400.260.00   0.26
XYZ25.228025.650151.7654
Yxy25.65010.24580.2499
Hunter Lab50.64590.2849-25.1484
CIE-Lab57.70343.6430-29.0204

#718bbd color RGB value is (113,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001011 10111101
Octal 161 213 275
Decimal 113 139 189
Hex 71 8B BD

RGB Percentages of Color #718bbd

%25.62
%31.52
%42.86

CMYK Percentages of Color #718bbd

%40
%26
%0
%26

Triadic Colors of #718bbd

#718bbd #bd718b #8bbd71

Analogous Colors of #718bbd

#718bbd #7d71bd #71b1bd

Monochromatic Colors of #718bbd

#718bbd

Complementary Color

#718bbd #bda371

#718bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#718bbd Color CSS Codes

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

#718bbd Text Font Color

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

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


#718bbd Background Color

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

This div background color is #718bbd


#718bbd Border Color

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

This div border color is #718bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718bbd


Comments

No comments written yet.

Please login to write comment.