Color Hex Logo

#779aed Color Hex

#779AED
(119,154,237)
0 Favorites   0 Comments

Color spaces of #779aed

RGB 119154237
HSL0.620.770.70
HSV222°50°93°
CMYK 0.500.350.00   0.07
XYZ34.449433.147684.7032
Yxy33.14760.22620.2176
Hunter Lab57.57406.0511-46.9261
CIE-Lab64.280210.4575-45.5260

#779aed color RGB value is (119,154,237).

#779aed hex color red value is 119, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #779aed hue: 0.62 , saturation: 0.77 and the lightness value of 779aed is 0.70.

The process color (four color CMYK) of #779aed color hex is 0.50, 0.35, 0.00, 0.07. Web safe color of #779aed is #6699ff. Color #779aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011010 11101101
Octal 167 232 355
Decimal 119 154 237
Hex 77 9A ED

RGB Percentages of Color #779aed

%23.33
%30.20
%46.47

CMYK Percentages of Color #779aed

%50
%35
%0
%7

Triadic Colors of #779aed

#779aed #ed779a #9aed77

Analogous Colors of #779aed

#779aed #8f77ed #77d5ed

Monochromatic Colors of #779aed

#779aed

Complementary Color

#779aed #edca77

#779aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#779aed Color CSS Codes

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

#779aed Text Font Color

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

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


#779aed Background Color

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

This div background color is #779aed


#779aed Border Color

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

This div border color is #779aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779aed


Comments

No comments written yet.

Please login to write comment.