Color Hex Logo

#777edf Color Hex

#777EDF
(119,126,223)
0 Favorites   0 Comments

Color spaces of #777edf

RGB 119126223
HSL0.660.620.67
HSV236°47°87°
CMYK 0.470.430.00   0.13
XYZ28.387924.171472.9814
Yxy24.17140.22610.1925
Hunter Lab49.164417.0295-53.5971
CIE-Lab56.259022.7607-50.4461

#777edf color RGB value is (119,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111110 11011111
Octal 167 176 337
Decimal 119 126 223
Hex 77 7E DF

RGB Percentages of Color #777edf

%25.43
%26.92
%47.65

CMYK Percentages of Color #777edf

%47
%43
%0
%13

Triadic Colors of #777edf

#777edf #df777e #7edf77

Analogous Colors of #777edf

#777edf #a477df #77b2df

Monochromatic Colors of #777edf

#777edf

Complementary Color

#777edf #dfd877

#777edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#777edf Color CSS Codes

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

#777edf Text Font Color

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

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


#777edf Background Color

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

This div background color is #777edf


#777edf Border Color

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

This div border color is #777edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777edf


Comments

No comments written yet.

Please login to write comment.