Color Hex Logo

#779fdd Color Hex

#779FDD
(119,159,221)
0 Favorites   0 Comments

Color spaces of #779fdd

RGB 119159221
HSL0.600.600.67
HSV216°46°87°
CMYK 0.460.280.00   0.13
XYZ33.057033.938773.2151
Yxy33.93870.23580.2421
Hunter Lab58.2569-0.6625-33.7336
CIE-Lab64.91392.8571-35.7105

#779fdd color RGB value is (119,159,221).

#779fdd hex color red value is 119, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #779fdd hue: 0.60 , saturation: 0.60 and the lightness value of 779fdd is 0.67.

The process color (four color CMYK) of #779fdd color hex is 0.46, 0.28, 0.00, 0.13. Web safe color of #779fdd is #6699cc. Color #779fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011111 11011101
Octal 167 237 335
Decimal 119 159 221
Hex 77 9F DD

RGB Percentages of Color #779fdd

%23.85
%31.86
%44.29

CMYK Percentages of Color #779fdd

%46
%28
%0
%13

Triadic Colors of #779fdd

#779fdd #dd779f #9fdd77

Analogous Colors of #779fdd

#779fdd #8277dd #77d2dd

Monochromatic Colors of #779fdd

#779fdd

Complementary Color

#779fdd #ddb577

#779fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#779fdd Color CSS Codes

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

#779fdd Text Font Color

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

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


#779fdd Background Color

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

This div background color is #779fdd


#779fdd Border Color

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

This div border color is #779fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779fdd


Comments

No comments written yet.

Please login to write comment.