Color Hex Logo

#718dcd Color Hex

#718DCD
(113,141,205)
0 Favorites   0 Comments

Color spaces of #718dcd

RGB 113141205
HSL0.620.480.62
HSV222°45°80°
CMYK 0.450.310.00   0.20
XYZ27.354426.968261.5213
Yxy26.96820.23610.2328
Hunter Lab51.93093.1451-33.8878
CIE-Lab58.94497.0775-36.1274

#718dcd color RGB value is (113,141,205).

#718dcd hex color red value is 113, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #718dcd hue: 0.62 , saturation: 0.48 and the lightness value of 718dcd is 0.62.

The process color (four color CMYK) of #718dcd color hex is 0.45, 0.31, 0.00, 0.20. Web safe color of #718dcd is #6699cc. Color #718dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001101 11001101
Octal 161 215 315
Decimal 113 141 205
Hex 71 8D CD

RGB Percentages of Color #718dcd

%24.62
%30.72
%44.66

CMYK Percentages of Color #718dcd

%45
%31
%0
%20

Triadic Colors of #718dcd

#718dcd #cd718d #8dcd71

Analogous Colors of #718dcd

#718dcd #8371cd #71bbcd

Monochromatic Colors of #718dcd

#718dcd

Complementary Color

#718dcd #cdb171

#718dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#718dcd Color CSS Codes

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

#718dcd Text Font Color

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

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


#718dcd Background Color

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

This div background color is #718dcd


#718dcd Border Color

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

This div border color is #718dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718dcd


Comments

No comments written yet.

Please login to write comment.