Color Hex Logo

#779bfe Color Hex

#779BFE
(119,155,254)
0 Favorites   0 Comments

Color spaces of #779bfe

RGB 119155254
HSL0.620.990.73
HSV224°53°100°
CMYK 0.530.390.00   0.00
XYZ37.218534.520498.4674
Yxy34.52040.21870.2028
Hunter Lab58.754110.2535-58.2377
CIE-Lab65.373515.0518-53.1086

#779bfe color RGB value is (119,155,254).

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

The process color (four color CMYK) of #779bfe color hex is 0.53, 0.39, 0.00, 0.00. Web safe color of #779bfe is #6699ff. Color #779bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011011 11111110
Octal 167 233 376
Decimal 119 155 254
Hex 77 9B FE

RGB Percentages of Color #779bfe

%22.54
%29.36
%48.11

CMYK Percentages of Color #779bfe

%53
%39
%0
%0

Triadic Colors of #779bfe

#779bfe #fe779b #9bfe77

Analogous Colors of #779bfe

#779bfe #9777fe #77dffe

Monochromatic Colors of #779bfe

#779bfe

Complementary Color

#779bfe #feda77

#779bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#779bfe Color CSS Codes

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

#779bfe Text Font Color

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

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


#779bfe Background Color

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

This div background color is #779bfe


#779bfe Border Color

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

This div border color is #779bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779bfe


Comments

No comments written yet.

Please login to write comment.