Color Hex Logo

#777fea Color Hex

#777FEA
(119,127,234)
0 Favorites   0 Comments

Color spaces of #777fea

RGB 119127234
HSL0.660.730.69
HSV236°49°92°
CMYK 0.490.460.00   0.08
XYZ30.048425.041281.0916
Yxy25.04120.22070.1839
Hunter Lab50.041219.6124-61.0505
CIE-Lab57.115525.4622-55.2265

#777fea color RGB value is (119,127,234).

#777fea hex color red value is 119, green value is 127 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #777fea hue: 0.66 , saturation: 0.73 and the lightness value of 777fea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111111 11101010
Octal 167 177 352
Decimal 119 127 234
Hex 77 7F EA

RGB Percentages of Color #777fea

%24.79
%26.46
%48.75

CMYK Percentages of Color #777fea

%49
%46
%0
%8

Triadic Colors of #777fea

#777fea #ea777f #7fea77

Analogous Colors of #777fea

#777fea #a977ea #77b9ea

Monochromatic Colors of #777fea

#777fea

Complementary Color

#777fea #eae277

#777fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#777fea Color CSS Codes

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

#777fea Text Font Color

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

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


#777fea Background Color

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

This div background color is #777fea


#777fea Border Color

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

This div border color is #777fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777fea


Comments

No comments written yet.

Please login to write comment.