Color Hex Logo

#718bde Color Hex

#718BDE
(113,139,222)
0 Favorites   0 Comments

Color spaces of #718bde

RGB 113139222
HSL0.630.620.66
HSV226°49°87°
CMYK 0.490.370.00   0.13
XYZ29.227527.249972.8265
Yxy27.24990.22600.2107
Hunter Lab52.20148.5893-46.1748
CIE-Lab59.204913.3258-45.2430

#718bde color RGB value is (113,139,222).

#718bde hex color red value is 113, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #718bde hue: 0.63 , saturation: 0.62 and the lightness value of 718bde is 0.66.

The process color (four color CMYK) of #718bde color hex is 0.49, 0.37, 0.00, 0.13. Web safe color of #718bde is #6699cc. Color #718bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001011 11011110
Octal 161 213 336
Decimal 113 139 222
Hex 71 8B DE

RGB Percentages of Color #718bde

%23.84
%29.32
%46.84

CMYK Percentages of Color #718bde

%49
%37
%0
%13

Triadic Colors of #718bde

#718bde #de718b #8bde71

Analogous Colors of #718bde

#718bde #8e71de #71c2de

Monochromatic Colors of #718bde

#718bde

Complementary Color

#718bde #dec471

#718bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#718bde Color CSS Codes

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

#718bde Text Font Color

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

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


#718bde Background Color

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

This div background color is #718bde


#718bde Border Color

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

This div border color is #718bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718bde


Comments

No comments written yet.

Please login to write comment.