Color Hex Logo

#718deb Color Hex

#718DEB
(113,141,235)
0 Favorites   0 Comments

Color spaces of #718deb

RGB 113141235
HSL0.630.750.68
HSV226°52°92°
CMYK 0.520.400.00   0.08
XYZ31.330328.558682.4583
Yxy28.55860.22010.2006
Hunter Lab53.440211.1284-54.0763
CIE-Lab60.390116.1242-50.5936

#718deb color RGB value is (113,141,235).

#718deb hex color red value is 113, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #718deb hue: 0.63 , saturation: 0.75 and the lightness value of 718deb is 0.68.

The process color (four color CMYK) of #718deb color hex is 0.52, 0.40, 0.00, 0.08. Web safe color of #718deb is #6699ff. Color #718deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001101 11101011
Octal 161 215 353
Decimal 113 141 235
Hex 71 8D EB

RGB Percentages of Color #718deb

%23.11
%28.83
%48.06

CMYK Percentages of Color #718deb

%52
%40
%0
%8

Triadic Colors of #718deb

#718deb #eb718d #8deb71

Analogous Colors of #718deb

#718deb #9271eb #71caeb

Monochromatic Colors of #718deb

#718deb

Complementary Color

#718deb #ebcf71

#718deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#718deb Color CSS Codes

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

#718deb Text Font Color

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

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


#718deb Background Color

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

This div background color is #718deb


#718deb Border Color

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

This div border color is #718deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718deb


Comments

No comments written yet.

Please login to write comment.