Color Hex Logo

#718dcc Color Hex

#718DCC
(113,141,204)
0 Favorites   0 Comments

Color spaces of #718dcc

RGB 113141204
HSL0.620.470.62
HSV222°45°80°
CMYK 0.450.310.00   0.20
XYZ27.234026.920160.8875
Yxy26.92010.23670.2340
Hunter Lab51.88462.8959-33.2587
CIE-Lab58.90036.7846-35.6345

#718dcc color RGB value is (113,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001101 11001100
Octal 161 215 314
Decimal 113 141 204
Hex 71 8D CC

RGB Percentages of Color #718dcc

%24.67
%30.79
%44.54

CMYK Percentages of Color #718dcc

%45
%31
%0
%20

Triadic Colors of #718dcc

#718dcc #cc718d #8dcc71

Analogous Colors of #718dcc

#718dcc #8371cc #71bbcc

Monochromatic Colors of #718dcc

#718dcc

Complementary Color

#718dcc #ccb071

#718dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#718dcc Color CSS Codes

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

#718dcc Text Font Color

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

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


#718dcc Background Color

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

This div background color is #718dcc


#718dcc Border Color

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

This div border color is #718dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718dcc


Comments

No comments written yet.

Please login to write comment.