Color Hex Logo

#779bfb Color Hex

#779BFB
(119,155,251)
0 Favorites   0 Comments

Color spaces of #779bfb

RGB 119155251
HSL0.620.940.73
HSV224°53°98°
CMYK 0.530.380.00   0.02
XYZ36.741734.329795.9566
Yxy34.32970.22000.2055
Hunter Lab58.59169.3989-56.0864
CIE-Lab65.223414.1300-51.7094

#779bfb color RGB value is (119,155,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011011 11111011
Octal 167 233 373
Decimal 119 155 251
Hex 77 9B FB

RGB Percentages of Color #779bfb

%22.67
%29.52
%47.81

CMYK Percentages of Color #779bfb

%53
%38
%0
%2

Triadic Colors of #779bfb

#779bfb #fb779b #9bfb77

Analogous Colors of #779bfb

#779bfb #9577fb #77ddfb

Monochromatic Colors of #779bfb

#779bfb

Complementary Color

#779bfb #fbd777

#779bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#779bfb Color CSS Codes

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

#779bfb Text Font Color

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

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


#779bfb Background Color

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

This div background color is #779bfb


#779bfb Border Color

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

This div border color is #779bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779bfb


Comments

No comments written yet.

Please login to write comment.