Color Hex Logo

#777cdf Color Hex

#777CDF
(119,124,223)
0 Favorites   0 Comments

Color spaces of #777cdf

RGB 119124223
HSL0.660.620.67
HSV237°47°87°
CMYK 0.470.440.00   0.13
XYZ28.134723.665072.8970
Yxy23.66500.22560.1898
Hunter Lab48.646718.1034-54.7933
CIE-Lab55.750823.9546-51.2548

#777cdf color RGB value is (119,124,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111100 11011111
Octal 167 174 337
Decimal 119 124 223
Hex 77 7C DF

RGB Percentages of Color #777cdf

%25.54
%26.61
%47.85

CMYK Percentages of Color #777cdf

%47
%44
%0
%13

Triadic Colors of #777cdf

#777cdf #df777c #7cdf77

Analogous Colors of #777cdf

#777cdf #a677df #77b0df

Monochromatic Colors of #777cdf

#777cdf

Complementary Color

#777cdf #dfda77

#777cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#777cdf Color CSS Codes

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

#777cdf Text Font Color

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

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


#777cdf Background Color

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

This div background color is #777cdf


#777cdf Border Color

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

This div border color is #777cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777cdf


Comments

No comments written yet.

Please login to write comment.