Color Hex Logo

#777ade Color Hex

#777ADE
(119,122,222)
0 Favorites   0 Comments

Color spaces of #777ade

RGB 119122222
HSL0.660.610.67
HSV238°46°87°
CMYK 0.460.450.00   0.13
XYZ27.752123.114972.1062
Yxy23.11490.22570.1880
Hunter Lab48.078018.8994-55.2672
CIE-Lab55.190524.8523-51.5859

#777ade color RGB value is (119,122,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 11011110
Octal 167 172 336
Decimal 119 122 222
Hex 77 7A DE

RGB Percentages of Color #777ade

%25.70
%26.35
%47.95

CMYK Percentages of Color #777ade

%46
%45
%0
%13

Triadic Colors of #777ade

#777ade #de777a #7ade77

Analogous Colors of #777ade

#777ade #a877de #77aede

Monochromatic Colors of #777ade

#777ade

Complementary Color

#777ade #dedb77

#777ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#777ade Color CSS Codes

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

#777ade Text Font Color

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

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


#777ade Background Color

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

This div background color is #777ade


#777ade Border Color

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

This div border color is #777ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777ade


Comments

No comments written yet.

Please login to write comment.