Color Hex Logo

#779ef6 Color Hex

#779EF6
(119,158,246)
0 Favorites   0 Comments

Color spaces of #779ef6

RGB 119158246
HSL0.620.880.72
HSV222°52°96°
CMYK 0.520.360.00   0.04
XYZ36.469235.029592.0280
Yxy35.02950.22300.2142
Hunter Lab59.18576.4135-50.7601
CIE-Lab65.771610.8644-48.1109

#779ef6 color RGB value is (119,158,246).

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

The process color (four color CMYK) of #779ef6 color hex is 0.52, 0.36, 0.00, 0.04. Web safe color of #779ef6 is #6699ff. Color #779ef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011110 11110110
Octal 167 236 366
Decimal 119 158 246
Hex 77 9E F6

RGB Percentages of Color #779ef6

%22.75
%30.21
%47.04

CMYK Percentages of Color #779ef6

%52
%36
%0
%4

Triadic Colors of #779ef6

#779ef6 #f6779e #9ef677

Analogous Colors of #779ef6

#779ef6 #9077f6 #77def6

Monochromatic Colors of #779ef6

#779ef6

Complementary Color

#779ef6 #f6cf77

#779ef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779ef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779ef6 Color CSS Codes

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

#779ef6 Text Font Color

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

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


#779ef6 Background Color

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

This div background color is #779ef6


#779ef6 Border Color

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

This div border color is #779ef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779ef6


Comments

No comments written yet.

Please login to write comment.