Color Hex Logo

#779bcd Color Hex

#779BCD
(119,155,205)
0 Favorites   0 Comments

Color spaces of #779bcd

RGB 119155205
HSL0.600.460.64
HSV215°42°80°
CMYK 0.420.240.00   0.20
XYZ30.348531.772462.2908
Yxy31.77240.24390.2554
Hunter Lab56.3670-2.5363-26.0641
CIE-Lab63.15430.5632-29.5563

#779bcd color RGB value is (119,155,205).

#779bcd hex color red value is 119, green value is 155 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #779bcd hue: 0.60 , saturation: 0.46 and the lightness value of 779bcd is 0.64.

The process color (four color CMYK) of #779bcd color hex is 0.42, 0.24, 0.00, 0.20. Web safe color of #779bcd is #6699cc. Color #779bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011011 11001101
Octal 167 233 315
Decimal 119 155 205
Hex 77 9B CD

RGB Percentages of Color #779bcd

%24.84
%32.36
%42.80

CMYK Percentages of Color #779bcd

%42
%24
%0
%20

Triadic Colors of #779bcd

#779bcd #cd779b #9bcd77

Analogous Colors of #779bcd

#779bcd #7e77cd #77c6cd

Monochromatic Colors of #779bcd

#779bcd

Complementary Color

#779bcd #cda977

#779bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#779bcd Color CSS Codes

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

#779bcd Text Font Color

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

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


#779bcd Background Color

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

This div background color is #779bcd


#779bcd Border Color

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

This div border color is #779bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779bcd


Comments

No comments written yet.

Please login to write comment.