Color Hex Logo

#779dce Color Hex

#779DCE
(119,157,206)
0 Favorites   0 Comments

Color spaces of #779dce

RGB 119157206
HSL0.590.470.64
HSV214°42°81°
CMYK 0.420.240.00   0.19
XYZ30.805332.492163.0405
Yxy32.49210.24380.2572
Hunter Lab57.0018-3.2871-25.6698
CIE-Lab63.7475-0.2877-29.1969

#779dce color RGB value is (119,157,206).

#779dce hex color red value is 119, green value is 157 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #779dce hue: 0.59 , saturation: 0.47 and the lightness value of 779dce is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011101 11001110
Octal 167 235 316
Decimal 119 157 206
Hex 77 9D CE

RGB Percentages of Color #779dce

%24.69
%32.57
%42.74

CMYK Percentages of Color #779dce

%42
%24
%0
%19

Triadic Colors of #779dce

#779dce #ce779d #9dce77

Analogous Colors of #779dce

#779dce #7d77ce #77c9ce

Monochromatic Colors of #779dce

#779dce

Complementary Color

#779dce #cea877

#779dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#779dce Color CSS Codes

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

#779dce Text Font Color

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

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


#779dce Background Color

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

This div background color is #779dce


#779dce Border Color

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

This div border color is #779dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779dce


Comments

No comments written yet.

Please login to write comment.