Color Hex Logo

#719fef Color Hex

#719FEF
(113,159,239)
0 Favorites   0 Comments

Color spaces of #719fef

RGB 113159239
HSL0.610.800.69
HSV218°53°94°
CMYK 0.530.330.00   0.06
XYZ34.788234.539086.4945
Yxy34.53900.22330.2217
Hunter Lab58.76992.8138-46.1210
CIE-Lab65.38826.8469-44.9034

#719fef color RGB value is (113,159,239).

#719fef hex color red value is 113, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #719fef hue: 0.61 , saturation: 0.80 and the lightness value of 719fef is 0.69.

The process color (four color CMYK) of #719fef color hex is 0.53, 0.33, 0.00, 0.06. Web safe color of #719fef is #6699ff. Color #719fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011111 11101111
Octal 161 237 357
Decimal 113 159 239
Hex 71 9F EF

RGB Percentages of Color #719fef

%22.11
%31.12
%46.77

CMYK Percentages of Color #719fef

%53
%33
%0
%6

Triadic Colors of #719fef

#719fef #ef719f #9fef71

Analogous Colors of #719fef

#719fef #8271ef #71deef

Monochromatic Colors of #719fef

#719fef

Complementary Color

#719fef #efc171

#719fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#719fef Color CSS Codes

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

#719fef Text Font Color

<p style="color:#719fef">Text here</p>

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


#719fef Background Color

<div style="background-color:#719fef">
Div content here</div>

This div background color is #719fef


#719fef Border Color

<div style="border:3px solid #719fef">
Div here</div>

This div border color is #719fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,159,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #719fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #719fef;
  -webkit-box-shadow: 1px 1px 3px 2px #719fef;
  box-shadow:         1px 1px 3px 2px #719fef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719fef


Comments

No comments written yet.

Please login to write comment.