Color Hex Logo

#777afa Color Hex

#777AFA
(119,122,250)
0 Favorites   0 Comments

Color spaces of #777afa

RGB 119122250
HSL0.660.930.72
HSV239°52°98°
CMYK 0.520.510.00   0.02
XYZ31.822624.743193.5411
Yxy24.74310.21200.1648
Hunter Lab49.742427.1457-76.6757
CIE-Lab56.824333.2939-64.5681

#777afa color RGB value is (119,122,250).

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

The process color (four color CMYK) of #777afa color hex is 0.52, 0.51, 0.00, 0.02. Web safe color of #777afa is #6666ff. Color #777afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 11111010
Octal 167 172 372
Decimal 119 122 250
Hex 77 7A FA

RGB Percentages of Color #777afa

%24.24
%24.85
%50.92

CMYK Percentages of Color #777afa

%52
%51
%0
%2

Triadic Colors of #777afa

#777afa #fa777a #7afa77

Analogous Colors of #777afa

#777afa #b677fa #77bcfa

Monochromatic Colors of #777afa

#777afa

Complementary Color

#777afa #faf777

#777afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#777afa Color CSS Codes

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

#777afa Text Font Color

<p style="color:#777afa">Text here</p>

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


#777afa Background Color

<div style="background-color:#777afa">
Div content here</div>

This div background color is #777afa


#777afa Border Color

<div style="border:3px solid #777afa">
Div here</div>

This div border color is #777afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,122,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 #777afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777afa


Comments

No comments written yet.

Please login to write comment.