Color Hex Logo

#777ddf Color Hex

#777DDF
(119,125,223)
0 Favorites   0 Comments

Color spaces of #777ddf

RGB 119125223
HSL0.660.620.67
HSV237°47°87°
CMYK 0.470.440.00   0.13
XYZ28.260623.916972.9390
Yxy23.91690.22590.1912
Hunter Lab48.904917.5659-54.1944
CIE-Lab56.004523.3574-50.8510

#777ddf color RGB value is (119,125,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111101 11011111
Octal 167 175 337
Decimal 119 125 223
Hex 77 7D DF

RGB Percentages of Color #777ddf

%25.48
%26.77
%47.75

CMYK Percentages of Color #777ddf

%47
%44
%0
%13

Triadic Colors of #777ddf

#777ddf #df777d #7ddf77

Analogous Colors of #777ddf

#777ddf #a577df #77b1df

Monochromatic Colors of #777ddf

#777ddf

Complementary Color

#777ddf #dfd977

#777ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#777ddf Color CSS Codes

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

#777ddf Text Font Color

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

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


#777ddf Background Color

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

This div background color is #777ddf


#777ddf Border Color

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

This div border color is #777ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777ddf


Comments

No comments written yet.

Please login to write comment.