Color Hex Logo

#779ec4 Color Hex

#779EC4
(119,158,196)
0 Favorites   0 Comments

Color spaces of #779ec4

RGB 119158196
HSL0.580.390.62
HSV210°39°77°
CMYK 0.390.190.00   0.23
XYZ29.798432.361256.9003
Yxy32.36120.25030.2718
Hunter Lab56.8869-6.0505-19.4831
CIE-Lab63.6403-3.6090-23.7839

#779ec4 color RGB value is (119,158,196).

#779ec4 hex color red value is 119, green value is 158 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #779ec4 hue: 0.58 , saturation: 0.39 and the lightness value of 779ec4 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011110 11000100
Octal 167 236 304
Decimal 119 158 196
Hex 77 9E C4

RGB Percentages of Color #779ec4

%25.16
%33.40
%41.44

CMYK Percentages of Color #779ec4

%39
%19
%0
%23

Triadic Colors of #779ec4

#779ec4 #c4779e #9ec477

Analogous Colors of #779ec4

#779ec4 #7778c4 #77c4c4

Monochromatic Colors of #779ec4

#779ec4

Complementary Color

#779ec4 #c49d77

#779ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779ec4 Color CSS Codes

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

#779ec4 Text Font Color

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

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


#779ec4 Background Color

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

This div background color is #779ec4


#779ec4 Border Color

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

This div border color is #779ec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779ec4


Comments

No comments written yet.

Please login to write comment.