Color Hex Logo

#777bdc Color Hex

#777BDC
(119,123,220)
0 Favorites   0 Comments

Color spaces of #777bdc

RGB 119123220
HSL0.660.590.66
HSV238°46°86°
CMYK 0.460.440.00   0.14
XYZ27.609023.255270.7437
Yxy23.25520.22700.1912
Hunter Lab48.223617.8034-53.2214
CIE-Lab55.334223.6616-50.2331

#777bdc color RGB value is (119,123,220).

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

The process color (four color CMYK) of #777bdc color hex is 0.46, 0.44, 0.00, 0.14. Web safe color of #777bdc is #6666cc. Color #777bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111011 11011100
Octal 167 173 334
Decimal 119 123 220
Hex 77 7B DC

RGB Percentages of Color #777bdc

%25.76
%26.62
%47.62

CMYK Percentages of Color #777bdc

%46
%44
%0
%14

Triadic Colors of #777bdc

#777bdc #dc777b #7bdc77

Analogous Colors of #777bdc

#777bdc #a677dc #77aedc

Monochromatic Colors of #777bdc

#777bdc

Complementary Color

#777bdc #dcd877

#777bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#777bdc Color CSS Codes

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

#777bdc Text Font Color

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

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


#777bdc Background Color

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

This div background color is #777bdc


#777bdc Border Color

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

This div border color is #777bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777bdc


Comments

No comments written yet.

Please login to write comment.