Color Hex Logo

#7778ad Color Hex

#7778AD
(119,120,173)
0 Favorites   0 Comments

Color spaces of #7778ad

RGB 119120173
HSL0.660.250.57
HSV239°31°68°
CMYK 0.310.310.00   0.32
XYZ21.867020.372042.3148
Yxy20.37200.25860.2409
Hunter Lab45.13547.4921-23.9902
CIE-Lab52.255212.1717-28.2697

#7778ad color RGB value is (119,120,173).

#7778ad hex color red value is 119, green value is 120 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7778ad hue: 0.66 , saturation: 0.25 and the lightness value of 7778ad is 0.57.

The process color (four color CMYK) of #7778ad color hex is 0.31, 0.31, 0.00, 0.32. Web safe color of #7778ad is #666699. Color #7778ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111000 10101101
Octal 167 170 255
Decimal 119 120 173
Hex 77 78 AD

RGB Percentages of Color #7778ad

%28.88
%29.13
%41.99

CMYK Percentages of Color #7778ad

%31
%31
%0
%32

Triadic Colors of #7778ad

#7778ad #ad7778 #78ad77

Analogous Colors of #7778ad

#7778ad #9177ad #7793ad

Monochromatic Colors of #7778ad

#7778ad

Complementary Color

#7778ad #adac77

#7778ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7778ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7778ad Color CSS Codes

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

#7778ad Text Font Color

<p style="color:#7778ad">Text here</p>

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


#7778ad Background Color

<div style="background-color:#7778ad">
Div content here</div>

This div background color is #7778ad


#7778ad Border Color

<div style="border:3px solid #7778ad">
Div here</div>

This div border color is #7778ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,120,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7778ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7778ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7778ad;
  box-shadow:         1px 1px 3px 2px #7778ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7778ad


Comments

No comments written yet.

Please login to write comment.