Color Hex Logo

#779fea Color Hex

#779FEA
(119,159,234)
0 Favorites   0 Comments

Color spaces of #779fea

RGB 119159234
HSL0.610.730.69
HSV219°49°92°
CMYK 0.490.320.00   0.08
XYZ34.857234.658782.6945
Yxy34.65870.22900.2277
Hunter Lab58.87162.6624-42.0720
CIE-Lab65.48216.6784-41.9882

#779fea color RGB value is (119,159,234).

#779fea hex color red value is 119, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #779fea hue: 0.61 , saturation: 0.73 and the lightness value of 779fea is 0.69.

The process color (four color CMYK) of #779fea color hex is 0.49, 0.32, 0.00, 0.08. Web safe color of #779fea is #6699ff. Color #779fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011111 11101010
Octal 167 237 352
Decimal 119 159 234
Hex 77 9F EA

RGB Percentages of Color #779fea

%23.24
%31.05
%45.70

CMYK Percentages of Color #779fea

%49
%32
%0
%8

Triadic Colors of #779fea

#779fea #ea779f #9fea77

Analogous Colors of #779fea

#779fea #8977ea #77d9ea

Monochromatic Colors of #779fea

#779fea

Complementary Color

#779fea #eac277

#779fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#779fea Color CSS Codes

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

#779fea Text Font Color

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

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


#779fea Background Color

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

This div background color is #779fea


#779fea Border Color

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

This div border color is #779fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779fea


Comments

No comments written yet.

Please login to write comment.