Color Hex Logo

#718fcf Color Hex

#718FCF
(113,143,207)
0 Favorites   0 Comments

Color spaces of #718fcf

RGB 113143207
HSL0.610.490.63
HSV221°45°81°
CMYK 0.450.310.00   0.19
XYZ27.895027.660662.9003
Yxy27.66060.23550.2335
Hunter Lab52.59332.6363-34.0940
CIE-Lab59.58096.4967-36.2572

#718fcf color RGB value is (113,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001111 11001111
Octal 161 217 317
Decimal 113 143 207
Hex 71 8F CF

RGB Percentages of Color #718fcf

%24.41
%30.89
%44.71

CMYK Percentages of Color #718fcf

%45
%31
%0
%19

Triadic Colors of #718fcf

#718fcf #cf718f #8fcf71

Analogous Colors of #718fcf

#718fcf #8271cf #71becf

Monochromatic Colors of #718fcf

#718fcf

Complementary Color

#718fcf #cfb171

#718fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#718fcf Color CSS Codes

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

#718fcf Text Font Color

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

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


#718fcf Background Color

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

This div background color is #718fcf


#718fcf Border Color

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

This div border color is #718fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718fcf


Comments

No comments written yet.

Please login to write comment.