Color Hex Logo

#779dbc Color Hex

#779DBC
(119,157,188)
0 Favorites   0 Comments

Color spaces of #779dbc

RGB 119157188
HSL0.570.340.60
HSV207°37°74°
CMYK 0.370.160.00   0.26
XYZ28.741831.666752.1744
Yxy31.66670.25530.2813
Hunter Lab56.2732-7.3083-15.5803
CIE-Lab63.0665-5.1986-20.1839

#779dbc color RGB value is (119,157,188).

#779dbc hex color red value is 119, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #779dbc hue: 0.57 , saturation: 0.34 and the lightness value of 779dbc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011101 10111100
Octal 167 235 274
Decimal 119 157 188
Hex 77 9D BC

RGB Percentages of Color #779dbc

%25.65
%33.84
%40.52

CMYK Percentages of Color #779dbc

%37
%16
%0
%26

Triadic Colors of #779dbc

#779dbc #bc779d #9dbc77

Analogous Colors of #779dbc

#779dbc #777bbc #77bcb9

Monochromatic Colors of #779dbc

#779dbc

Complementary Color

#779dbc #bc9677

#779dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#779dbc Color CSS Codes

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

#779dbc Text Font Color

<p style="color:#779dbc">Text here</p>

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


#779dbc Background Color

<div style="background-color:#779dbc">
Div content here</div>

This div background color is #779dbc


#779dbc Border Color

<div style="border:3px solid #779dbc">
Div here</div>

This div border color is #779dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,157,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #779dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #779dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #779dbc;
  box-shadow:         1px 1px 3px 2px #779dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779dbc


Comments

No comments written yet.

Please login to write comment.