Color Hex Logo

#777dfb Color Hex

#777DFB
(119,125,251)
0 Favorites   0 Comments

Color spaces of #777dfb

RGB 119125251
HSL0.660.940.73
HSV237°53°98°
CMYK 0.530.500.00   0.02
XYZ32.354025.554294.4940
Yxy25.55420.21230.1677
Hunter Lab50.551225.7799-75.4435
CIE-Lab57.611531.8226-63.8543

#777dfb color RGB value is (119,125,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111101 11111011
Octal 167 175 373
Decimal 119 125 251
Hex 77 7D FB

RGB Percentages of Color #777dfb

%24.04
%25.25
%50.71

CMYK Percentages of Color #777dfb

%53
%50
%0
%2

Triadic Colors of #777dfb

#777dfb #fb777d #7dfb77

Analogous Colors of #777dfb

#777dfb #b377fb #77bffb

Monochromatic Colors of #777dfb

#777dfb

Complementary Color

#777dfb #fbf577

#777dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#777dfb Color CSS Codes

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

#777dfb Text Font Color

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

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


#777dfb Background Color

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

This div background color is #777dfb


#777dfb Border Color

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

This div border color is #777dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777dfb


Comments

No comments written yet.

Please login to write comment.