Color Hex Logo

#777fdc Color Hex

#777FDC
(119,127,220)
0 Favorites   0 Comments

Color spaces of #777fdc

RGB 119127220
HSL0.650.590.66
HSV235°46°86°
CMYK 0.460.420.00   0.14
XYZ28.115424.268070.9125
Yxy24.26800.22800.1968
Hunter Lab49.262615.6650-50.8630
CIE-Lab56.355121.2735-48.6106

#777fdc color RGB value is (119,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111111 11011100
Octal 167 177 334
Decimal 119 127 220
Hex 77 7F DC

RGB Percentages of Color #777fdc

%25.54
%27.25
%47.21

CMYK Percentages of Color #777fdc

%46
%42
%0
%14

Triadic Colors of #777fdc

#777fdc #dc777f #7fdc77

Analogous Colors of #777fdc

#777fdc #a277dc #77b2dc

Monochromatic Colors of #777fdc

#777fdc

Complementary Color

#777fdc #dcd477

#777fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#777fdc Color CSS Codes

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

#777fdc Text Font Color

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

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


#777fdc Background Color

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

This div background color is #777fdc


#777fdc Border Color

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

This div border color is #777fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777fdc


Comments

No comments written yet.

Please login to write comment.