Color Hex Logo

#779aea Color Hex

#779AEA
(119,154,234)
0 Favorites   0 Comments

Color spaces of #779aea

RGB 119154234
HSL0.620.730.69
HSV222°49°92°
CMYK 0.490.340.00   0.08
XYZ34.014632.973782.4137
Yxy32.97370.22770.2207
Hunter Lab57.42275.2455-44.8977
CIE-Lab64.13969.5575-44.0960

#779aea color RGB value is (119,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011010 11101010
Octal 167 232 352
Decimal 119 154 234
Hex 77 9A EA

RGB Percentages of Color #779aea

%23.47
%30.37
%46.15

CMYK Percentages of Color #779aea

%49
%34
%0
%8

Triadic Colors of #779aea

#779aea #ea779a #9aea77

Analogous Colors of #779aea

#779aea #8e77ea #77d4ea

Monochromatic Colors of #779aea

#779aea

Complementary Color

#779aea #eac777

#779aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#779aea Color CSS Codes

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

#779aea Text Font Color

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

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


#779aea Background Color

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

This div background color is #779aea


#779aea Border Color

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

This div border color is #779aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,154,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 #779aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779aea


Comments

No comments written yet.

Please login to write comment.