Color Hex Logo

#718fcc Color Hex

#718FCC
(113,143,204)
0 Favorites   0 Comments

Color spaces of #718fcc

RGB 113143204
HSL0.610.470.62
HSV220°45°80°
CMYK 0.450.300.00   0.20
XYZ27.531627.515360.9866
Yxy27.51530.23730.2371
Hunter Lab52.45501.8914-32.2147
CIE-Lab59.44835.6189-34.7791

#718fcc color RGB value is (113,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001111 11001100
Octal 161 217 314
Decimal 113 143 204
Hex 71 8F CC

RGB Percentages of Color #718fcc

%24.57
%31.09
%44.35

CMYK Percentages of Color #718fcc

%45
%30
%0
%20

Triadic Colors of #718fcc

#718fcc #cc718f #8fcc71

Analogous Colors of #718fcc

#718fcc #8171cc #71bdcc

Monochromatic Colors of #718fcc

#718fcc

Complementary Color

#718fcc #ccae71

#718fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#718fcc Color CSS Codes

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

#718fcc Text Font Color

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

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


#718fcc Background Color

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

This div background color is #718fcc


#718fcc Border Color

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

This div border color is #718fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,143,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 #718fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718fcc


Comments

No comments written yet.

Please login to write comment.