Color Hex Logo

#777aed Color Hex

#777AED
(119,122,237)
0 Favorites   0 Comments

Color spaces of #777aed

RGB 119122237
HSL0.660.770.70
HSV238°50°93°
CMYK 0.500.490.00   0.07
XYZ29.853323.955483.1712
Yxy23.95540.21790.1749
Hunter Lab48.944323.2227-66.4908
CIE-Lab56.043129.3460-58.6122

#777aed color RGB value is (119,122,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111010 11101101
Octal 167 172 355
Decimal 119 122 237
Hex 77 7A ED

RGB Percentages of Color #777aed

%24.90
%25.52
%49.58

CMYK Percentages of Color #777aed

%50
%49
%0
%7

Triadic Colors of #777aed

#777aed #ed777a #7aed77

Analogous Colors of #777aed

#777aed #af77ed #77b5ed

Monochromatic Colors of #777aed

#777aed

Complementary Color

#777aed #edea77

#777aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#777aed Color CSS Codes

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

#777aed Text Font Color

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

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


#777aed Background Color

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

This div background color is #777aed


#777aed Border Color

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

This div border color is #777aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777aed


Comments

No comments written yet.

Please login to write comment.