Color Hex Logo

#778aba Color Hex

#778ABA
(119,138,186)
0 Favorites   0 Comments

Color spaces of #778aba

RGB 119138186
HSL0.620.330.60
HSV223°36°73°
CMYK 0.360.260.00   0.27
XYZ25.559225.644150.0571
Yxy25.64410.25240.2532
Hunter Lab50.64001.4731-23.1595
CIE-Lab57.69775.0678-27.2940

#778aba color RGB value is (119,138,186).

#778aba hex color red value is 119, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #778aba hue: 0.62 , saturation: 0.33 and the lightness value of 778aba is 0.60.

The process color (four color CMYK) of #778aba color hex is 0.36, 0.26, 0.00, 0.27. Web safe color of #778aba is #6699cc. Color #778aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001010 10111010
Octal 167 212 272
Decimal 119 138 186
Hex 77 8A BA

RGB Percentages of Color #778aba

%26.86
%31.15
%41.99

CMYK Percentages of Color #778aba

%36
%26
%0
%27

Triadic Colors of #778aba

#778aba #ba778a #8aba77

Analogous Colors of #778aba

#778aba #8677ba #77acba

Monochromatic Colors of #778aba

#778aba

Complementary Color

#778aba #baa777

#778aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#778aba Color CSS Codes

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

#778aba Text Font Color

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

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


#778aba Background Color

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

This div background color is #778aba


#778aba Border Color

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

This div border color is #778aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778aba


Comments

No comments written yet.

Please login to write comment.