Color Hex Logo

#778cbd Color Hex

#778CBD
(119,140,189)
0 Favorites   0 Comments

Color spaces of #778cbd

RGB 119140189
HSL0.620.350.60
HSV222°37°74°
CMYK 0.370.260.00   0.26
XYZ26.171126.352251.8512
Yxy26.35220.25070.2525
Hunter Lab51.33441.1670-23.9528
CIE-Lab58.36994.7256-27.9576

#778cbd color RGB value is (119,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001100 10111101
Octal 167 214 275
Decimal 119 140 189
Hex 77 8C BD

RGB Percentages of Color #778cbd

%26.56
%31.25
%42.19

CMYK Percentages of Color #778cbd

%37
%26
%0
%26

Triadic Colors of #778cbd

#778cbd #bd778c #8cbd77

Analogous Colors of #778cbd

#778cbd #8577bd #77afbd

Monochromatic Colors of #778cbd

#778cbd

Complementary Color

#778cbd #bda877

#778cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#778cbd Color CSS Codes

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

#778cbd Text Font Color

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

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


#778cbd Background Color

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

This div background color is #778cbd


#778cbd Border Color

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

This div border color is #778cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778cbd


Comments

No comments written yet.

Please login to write comment.