Color Hex Logo

#779bfd Color Hex

#779BFD
(119,155,253)
0 Favorites   0 Comments

Color spaces of #779bfd

RGB 119155253
HSL0.620.970.73
HSV224°53°99°
CMYK 0.530.390.00   0.01
XYZ37.058734.456597.6261
Yxy34.45650.21910.2037
Hunter Lab58.69979.9675-57.5182
CIE-Lab65.323314.7440-52.6429

#779bfd color RGB value is (119,155,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011011 11111101
Octal 167 233 375
Decimal 119 155 253
Hex 77 9B FD

RGB Percentages of Color #779bfd

%22.58
%29.41
%48.01

CMYK Percentages of Color #779bfd

%53
%39
%0
%1

Triadic Colors of #779bfd

#779bfd #fd779b #9bfd77

Analogous Colors of #779bfd

#779bfd #9677fd #77defd

Monochromatic Colors of #779bfd

#779bfd

Complementary Color

#779bfd #fdd977

#779bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#779bfd Color CSS Codes

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

#779bfd Text Font Color

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

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


#779bfd Background Color

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

This div background color is #779bfd


#779bfd Border Color

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

This div border color is #779bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.