Color Hex Logo

#779fef Color Hex

#779FEF
(119,159,239)
0 Favorites   0 Comments

Color spaces of #779fef

RGB 119159239
HSL0.610.790.70
HSV220°50°94°
CMYK 0.500.330.00   0.06
XYZ35.585934.950286.5318
Yxy34.95020.22660.2225
Hunter Lab59.11873.9886-45.3995
CIE-Lab65.70998.1733-44.3753

#779fef color RGB value is (119,159,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011111 11101111
Octal 167 237 357
Decimal 119 159 239
Hex 77 9F EF

RGB Percentages of Color #779fef

%23.02
%30.75
%46.23

CMYK Percentages of Color #779fef

%50
%33
%0
%6

Triadic Colors of #779fef

#779fef #ef779f #9fef77

Analogous Colors of #779fef

#779fef #8b77ef #77dbef

Monochromatic Colors of #779fef

#779fef

Complementary Color

#779fef #efc777

#779fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#779fef Color CSS Codes

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

#779fef Text Font Color

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

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


#779fef Background Color

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

This div background color is #779fef


#779fef Border Color

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

This div border color is #779fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,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 #779fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779fef


Comments

No comments written yet.

Please login to write comment.