Color Hex Logo

#718dfe Color Hex

#718DFE
(113,141,254)
0 Favorites   0 Comments

Color spaces of #718dfe

RGB 113141254
HSL0.630.990.72
HSV228°56°100°
CMYK 0.560.440.00   0.00
XYZ34.224329.716297.6979
Yxy29.71620.21170.1838
Hunter Lab54.512616.6696-68.1013
CIE-Lab61.408622.0572-59.4397

#718dfe color RGB value is (113,141,254).

#718dfe hex color red value is 113, green value is 141 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #718dfe hue: 0.63 , saturation: 0.99 and the lightness value of 718dfe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001101 11111110
Octal 161 215 376
Decimal 113 141 254
Hex 71 8D FE

RGB Percentages of Color #718dfe

%22.24
%27.76
%50.00

CMYK Percentages of Color #718dfe

%56
%44
%0
%0

Triadic Colors of #718dfe

#718dfe #fe718d #8dfe71

Analogous Colors of #718dfe

#718dfe #9c71fe #71d4fe

Monochromatic Colors of #718dfe

#718dfe

Complementary Color

#718dfe #fee271

#718dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#718dfe Color CSS Codes

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

#718dfe Text Font Color

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

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


#718dfe Background Color

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

This div background color is #718dfe


#718dfe Border Color

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

This div border color is #718dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718dfe


Comments

No comments written yet.

Please login to write comment.