Color Hex Logo

#779ffa Color Hex

#779FFA
(119,159,250)
0 Favorites   0 Comments

Color spaces of #779ffa

RGB 119159250
HSL0.620.930.72
HSV222°52°98°
CMYK 0.520.360.00   0.02
XYZ37.261235.620395.3540
Yxy35.62030.22150.2117
Hunter Lab59.68276.9965-52.9486
CIE-Lab66.228811.5053-49.5738

#779ffa color RGB value is (119,159,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011111 11111010
Octal 167 237 372
Decimal 119 159 250
Hex 77 9F FA

RGB Percentages of Color #779ffa

%22.54
%30.11
%47.35

CMYK Percentages of Color #779ffa

%52
%36
%0
%2

Triadic Colors of #779ffa

#779ffa #fa779f #9ffa77

Analogous Colors of #779ffa

#779ffa #9177fa #77e1fa

Monochromatic Colors of #779ffa

#779ffa

Complementary Color

#779ffa #fad277

#779ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#779ffa Color CSS Codes

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

#779ffa Text Font Color

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

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


#779ffa Background Color

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

This div background color is #779ffa


#779ffa Border Color

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

This div border color is #779ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779ffa


Comments

No comments written yet.

Please login to write comment.