Color Hex Logo

#778abb Color Hex

#778ABB
(119,138,187)
0 Favorites   0 Comments

Color spaces of #778abb

RGB 119138187
HSL0.620.330.60
HSV223°36°73°
CMYK 0.360.260.00   0.27
XYZ25.665925.686850.6190
Yxy25.68680.25170.2519
Hunter Lab50.68211.7003-23.7386
CIE-Lab57.73865.3401-27.7989

#778abb color RGB value is (119,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001010 10111011
Octal 167 212 273
Decimal 119 138 187
Hex 77 8A BB

RGB Percentages of Color #778abb

%26.80
%31.08
%42.12

CMYK Percentages of Color #778abb

%36
%26
%0
%27

Triadic Colors of #778abb

#778abb #bb778a #8abb77

Analogous Colors of #778abb

#778abb #8677bb #77acbb

Monochromatic Colors of #778abb

#778abb

Complementary Color

#778abb #bba877

#778abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#778abb Color CSS Codes

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

#778abb Text Font Color

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

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


#778abb Background Color

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

This div background color is #778abb


#778abb Border Color

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

This div border color is #778abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778abb


Comments

No comments written yet.

Please login to write comment.