Color Hex Logo

#778cab Color Hex

#778CAB
(119,140,171)
0 Favorites   0 Comments

Color spaces of #778cab

RGB 119140171
HSL0.600.240.57
HSV216°30°67°
CMYK 0.300.180.00   0.33
XYZ24.336525.618442.1902
Yxy25.61840.26410.2780
Hunter Lab50.6146-2.7493-13.9914
CIE-Lab57.6731-0.0566-18.7852

#778cab color RGB value is (119,140,171).

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

The process color (four color CMYK) of #778cab color hex is 0.30, 0.18, 0.00, 0.33. Web safe color of #778cab is #669999. Color #778cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001100 10101011
Octal 167 214 253
Decimal 119 140 171
Hex 77 8C AB

RGB Percentages of Color #778cab

%27.67
%32.56
%39.77

CMYK Percentages of Color #778cab

%30
%18
%0
%33

Triadic Colors of #778cab

#778cab #ab778c #8cab77

Analogous Colors of #778cab

#778cab #7c77ab #77a6ab

Monochromatic Colors of #778cab

#778cab

Complementary Color

#778cab #ab9677

#778cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#778cab Color CSS Codes

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

#778cab Text Font Color

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

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


#778cab Background Color

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

This div background color is #778cab


#778cab Border Color

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

This div border color is #778cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778cab


Comments

No comments written yet.

Please login to write comment.