Color Hex Logo

#777fdb Color Hex

#777FDB
(119,127,219)
0 Favorites   0 Comments

Color spaces of #777fdb

RGB 119127219
HSL0.650.580.66
HSV235°46°86°
CMYK 0.460.420.00   0.14
XYZ27.983324.215270.2169
Yxy24.21520.22860.1978
Hunter Lab49.208915.3907-50.1554
CIE-Lab56.302620.9773-48.1324

#777fdb color RGB value is (119,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111111 11011011
Octal 167 177 333
Decimal 119 127 219
Hex 77 7F DB

RGB Percentages of Color #777fdb

%25.59
%27.31
%47.10

CMYK Percentages of Color #777fdb

%46
%42
%0
%14

Triadic Colors of #777fdb

#777fdb #db777f #7fdb77

Analogous Colors of #777fdb

#777fdb #a177db #77b1db

Monochromatic Colors of #777fdb

#777fdb

Complementary Color

#777fdb #dbd377

#777fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#777fdb Color CSS Codes

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

#777fdb Text Font Color

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

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


#777fdb Background Color

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

This div background color is #777fdb


#777fdb Border Color

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

This div border color is #777fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777fdb


Comments

No comments written yet.

Please login to write comment.