Color Hex Logo

#779cea Color Hex

#779CEA
(119,156,234)
0 Favorites   0 Comments

Color spaces of #779cea

RGB 119156234
HSL0.610.730.69
HSV221°49°92°
CMYK 0.490.330.00   0.08
XYZ34.347533.639482.5246
Yxy33.63940.22820.2235
Hunter Lab57.99954.2092-43.7612
CIE-Lab64.67538.4027-43.2541

#779cea color RGB value is (119,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011100 11101010
Octal 167 234 352
Decimal 119 156 234
Hex 77 9C EA

RGB Percentages of Color #779cea

%23.38
%30.65
%45.97

CMYK Percentages of Color #779cea

%49
%33
%0
%8

Triadic Colors of #779cea

#779cea #ea779c #9cea77

Analogous Colors of #779cea

#779cea #8c77ea #77d6ea

Monochromatic Colors of #779cea

#779cea

Complementary Color

#779cea #eac577

#779cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#779cea Color CSS Codes

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

#779cea Text Font Color

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

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


#779cea Background Color

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

This div background color is #779cea


#779cea Border Color

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

This div border color is #779cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779cea


Comments

No comments written yet.

Please login to write comment.