Color Hex Logo

#779bff Color Hex

#779BFF
(119,155,255)
0 Favorites   0 Comments

Color spaces of #779bff

RGB 119155255
HSL0.621.000.73
HSV224°53°100°
CMYK 0.530.390.00   0.00
XYZ37.379134.584699.3132
Yxy34.58460.21820.2019
Hunter Lab58.808710.5404-58.9600
CIE-Lab65.424015.3599-53.5739

#779bff color RGB value is (119,155,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011011 11111111
Octal 167 233 377
Decimal 119 155 255
Hex 77 9B FF

RGB Percentages of Color #779bff

%22.50
%29.30
%48.20

CMYK Percentages of Color #779bff

%53
%39
%0
%0

Triadic Colors of #779bff

#779bff #ff779b #9bff77

Analogous Colors of #779bff

#779bff #9777ff #77dfff

Monochromatic Colors of #779bff

#779bff

Complementary Color

#779bff #ffdb77

#779bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#779bff Color CSS Codes

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

#779bff Text Font Color

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

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


#779bff Background Color

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

This div background color is #779bff


#779bff Border Color

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

This div border color is #779bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779bff


Comments

No comments written yet.

Please login to write comment.