Color Hex Logo

#779efe Color Hex

#779EFE
(119,158,254)
0 Favorites   0 Comments

Color spaces of #779efe

RGB 119158254
HSL0.620.990.73
HSV223°53°100°
CMYK 0.530.380.00   0.00
XYZ37.724035.531498.6359
Yxy35.53140.21950.2067
Hunter Lab59.60828.6521-56.3836
CIE-Lab66.160313.3092-51.8624

#779efe color RGB value is (119,158,254).

#779efe hex color red value is 119, green value is 158 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #779efe hue: 0.62 , saturation: 0.99 and the lightness value of 779efe is 0.73.

The process color (four color CMYK) of #779efe color hex is 0.53, 0.38, 0.00, 0.00. Web safe color of #779efe is #6699ff. Color #779efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011110 11111110
Octal 167 236 376
Decimal 119 158 254
Hex 77 9E FE

RGB Percentages of Color #779efe

%22.41
%29.76
%47.83

CMYK Percentages of Color #779efe

%53
%38
%0
%0

Triadic Colors of #779efe

#779efe #fe779e #9efe77

Analogous Colors of #779efe

#779efe #9477fe #77e2fe

Monochromatic Colors of #779efe

#779efe

Complementary Color

#779efe #fed777

#779efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#779efe Color CSS Codes

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

#779efe Text Font Color

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

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


#779efe Background Color

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

This div background color is #779efe


#779efe Border Color

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

This div border color is #779efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779efe

Related Colors


Comments

No comments written yet.

Please login to write comment.