Color Hex Logo

#778dbb Color Hex

#778DBB
(119,141,187)
0 Favorites   0 Comments

Color spaces of #778dbb

RGB 119141187
HSL0.610.330.60
HSV221°36°73°
CMYK 0.360.250.00   0.27
XYZ26.102326.559550.7645
Yxy26.55950.25240.2568
Hunter Lab51.53590.2202-22.3274
CIE-Lab58.56443.6020-26.5235

#778dbb color RGB value is (119,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001101 10111011
Octal 167 215 273
Decimal 119 141 187
Hex 77 8D BB

RGB Percentages of Color #778dbb

%26.62
%31.54
%41.83

CMYK Percentages of Color #778dbb

%36
%25
%0
%27

Triadic Colors of #778dbb

#778dbb #bb778d #8dbb77

Analogous Colors of #778dbb

#778dbb #8377bb #77afbb

Monochromatic Colors of #778dbb

#778dbb

Complementary Color

#778dbb #bba577

#778dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#778dbb Color CSS Codes

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

#778dbb Text Font Color

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

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


#778dbb Background Color

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

This div background color is #778dbb


#778dbb Border Color

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

This div border color is #778dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778dbb


Comments

No comments written yet.

Please login to write comment.