Color Hex Logo

#718efe Color Hex

#718EFE
(113,142,254)
0 Favorites   0 Comments

Color spaces of #718efe

RGB 113142254
HSL0.630.990.72
HSV228°56°100°
CMYK 0.560.440.00   0.00
XYZ34.372430.012597.7473
Yxy30.01250.21200.1851
Hunter Lab54.783716.1232-67.4391
CIE-Lab61.665021.4643-59.0301

#718efe color RGB value is (113,142,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001110 11111110
Octal 161 216 376
Decimal 113 142 254
Hex 71 8E FE

RGB Percentages of Color #718efe

%22.20
%27.90
%49.90

CMYK Percentages of Color #718efe

%56
%44
%0
%0

Triadic Colors of #718efe

#718efe #fe718e #8efe71

Analogous Colors of #718efe

#718efe #9b71fe #71d5fe

Monochromatic Colors of #718efe

#718efe

Complementary Color

#718efe #fee171

#718efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#718efe Color CSS Codes

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

#718efe Text Font Color

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

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


#718efe Background Color

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

This div background color is #718efe


#718efe Border Color

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

This div border color is #718efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718efe


Comments

No comments written yet.

Please login to write comment.