Color Hex Logo

#777bef Color Hex

#777BEF
(119,123,239)
0 Favorites   0 Comments

Color spaces of #777bef

RGB 119123239
HSL0.660.790.70
HSV238°50°94°
CMYK 0.500.490.00   0.06
XYZ30.270724.319984.7601
Yxy24.31990.21720.1745
Hunter Lab49.315223.2654-67.3835
CIE-Lab56.406729.3556-59.1423

#777bef color RGB value is (119,123,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111011 11101111
Octal 167 173 357
Decimal 119 123 239
Hex 77 7B EF

RGB Percentages of Color #777bef

%24.74
%25.57
%49.69

CMYK Percentages of Color #777bef

%50
%49
%0
%6

Triadic Colors of #777bef

#777bef #ef777b #7bef77

Analogous Colors of #777bef

#777bef #af77ef #77b7ef

Monochromatic Colors of #777bef

#777bef

Complementary Color

#777bef #efeb77

#777bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#777bef Color CSS Codes

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

#777bef Text Font Color

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

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


#777bef Background Color

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

This div background color is #777bef


#777bef Border Color

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

This div border color is #777bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777bef


Comments

No comments written yet.

Please login to write comment.