Color Hex Logo

#718cfa Color Hex

#718CFA
(113,140,250)
0 Favorites   0 Comments

Color spaces of #718cfa

RGB 113140250
HSL0.630.930.71
HSV228°55°98°
CMYK 0.550.440.00   0.02
XYZ33.443529.169094.3100
Yxy29.16900.21310.1859
Hunter Lab54.008316.0177-65.7271
CIE-Lab60.930521.3920-58.0079

#718cfa color RGB value is (113,140,250).

#718cfa hex color red value is 113, green value is 140 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #718cfa hue: 0.63 , saturation: 0.93 and the lightness value of 718cfa is 0.71.

The process color (four color CMYK) of #718cfa color hex is 0.55, 0.44, 0.00, 0.02. Web safe color of #718cfa is #6699ff. Color #718cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001100 11111010
Octal 161 214 372
Decimal 113 140 250
Hex 71 8C FA

RGB Percentages of Color #718cfa

%22.47
%27.83
%49.70

CMYK Percentages of Color #718cfa

%55
%44
%0
%2

Triadic Colors of #718cfa

#718cfa #fa718c #8cfa71

Analogous Colors of #718cfa

#718cfa #9b71fa #71d1fa

Monochromatic Colors of #718cfa

#718cfa

Complementary Color

#718cfa #fadf71

#718cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#718cfa Color CSS Codes

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

#718cfa Text Font Color

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

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


#718cfa Background Color

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

This div background color is #718cfa


#718cfa Border Color

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

This div border color is #718cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718cfa


Comments

No comments written yet.

Please login to write comment.