Color Hex Logo

#779efb Color Hex

#779EFB
(119,158,251)
0 Favorites   0 Comments

Color spaces of #779efb

RGB 119158251
HSL0.620.940.73
HSV222°53°98°
CMYK 0.530.370.00   0.02
XYZ37.247235.340796.1251
Yxy35.34070.22080.2095
Hunter Lab59.44807.8052-54.2559
CIE-Lab66.013112.3892-50.4601

#779efb color RGB value is (119,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011110 11111011
Octal 167 236 373
Decimal 119 158 251
Hex 77 9E FB

RGB Percentages of Color #779efb

%22.54
%29.92
%47.54

CMYK Percentages of Color #779efb

%53
%37
%0
%2

Triadic Colors of #779efb

#779efb #fb779e #9efb77

Analogous Colors of #779efb

#779efb #9277fb #77e0fb

Monochromatic Colors of #779efb

#779efb

Complementary Color

#779efb #fbd477

#779efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#779efb Color CSS Codes

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

#779efb Text Font Color

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

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


#779efb Background Color

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

This div background color is #779efb


#779efb Border Color

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

This div border color is #779efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,158,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779efb


Comments

No comments written yet.

Please login to write comment.