Color Hex Logo

#777bfb Color Hex

#777BFB
(119,123,251)
0 Favorites   0 Comments

Color spaces of #777bfb

RGB 119123251
HSL0.660.940.73
HSV238°53°98°
CMYK 0.530.510.00   0.02
XYZ32.103325.052994.4105
Yxy25.05290.21180.1653
Hunter Lab50.052926.8952-76.7967
CIE-Lab57.126933.0071-64.6335

#777bfb color RGB value is (119,123,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111011 11111011
Octal 167 173 373
Decimal 119 123 251
Hex 77 7B FB

RGB Percentages of Color #777bfb

%24.14
%24.95
%50.91

CMYK Percentages of Color #777bfb

%53
%51
%0
%2

Triadic Colors of #777bfb

#777bfb #fb777b #7bfb77

Analogous Colors of #777bfb

#777bfb #b577fb #77bdfb

Monochromatic Colors of #777bfb

#777bfb

Complementary Color

#777bfb #fbf777

#777bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#777bfb Color CSS Codes

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

#777bfb Text Font Color

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

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


#777bfb Background Color

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

This div background color is #777bfb


#777bfb Border Color

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

This div border color is #777bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.