Color Hex Logo

#778cad Color Hex

#778CAD
(119,140,173)
0 Favorites   0 Comments

Color spaces of #778cad

RGB 119140173
HSL0.600.250.57
HSV217°31°68°
CMYK 0.310.190.00   0.32
XYZ24.528725.695243.2020
Yxy25.69520.26250.2750
Hunter Lab50.6904-2.3335-15.0479
CIE-Lab57.74660.4600-19.8148

#778cad color RGB value is (119,140,173).

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

The process color (four color CMYK) of #778cad color hex is 0.31, 0.19, 0.00, 0.32. Web safe color of #778cad is #669999. Color #778cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001100 10101101
Octal 167 214 255
Decimal 119 140 173
Hex 77 8C AD

RGB Percentages of Color #778cad

%27.55
%32.41
%40.05

CMYK Percentages of Color #778cad

%31
%19
%0
%32

Triadic Colors of #778cad

#778cad #ad778c #8cad77

Analogous Colors of #778cad

#778cad #7d77ad #77a7ad

Monochromatic Colors of #778cad

#778cad

Complementary Color

#778cad #ad9877

#778cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#778cad Color CSS Codes

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

#778cad Text Font Color

<p style="color:#778cad">Text here</p>

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


#778cad Background Color

<div style="background-color:#778cad">
Div content here</div>

This div background color is #778cad


#778cad Border Color

<div style="border:3px solid #778cad">
Div here</div>

This div border color is #778cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778cad


Comments

No comments written yet.

Please login to write comment.