Color Hex Logo

#7779fe Color Hex

#7779FE
(119,121,254)
0 Favorites   0 Comments

Color spaces of #7779fe

RGB 119121254
HSL0.660.990.73
HSV239°53°100°
CMYK 0.530.520.00   0.00
XYZ32.334524.752496.8394
Yxy24.75240.21010.1608
Hunter Lab49.751828.9445-80.5788
CIE-Lab56.833435.1063-66.7613

#7779fe color RGB value is (119,121,254).

#7779fe hex color red value is 119, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7779fe hue: 0.66 , saturation: 0.99 and the lightness value of 7779fe is 0.73.

The process color (four color CMYK) of #7779fe color hex is 0.53, 0.52, 0.00, 0.00. Web safe color of #7779fe is #6666ff. Color #7779fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111001 11111110
Octal 167 171 376
Decimal 119 121 254
Hex 77 79 FE

RGB Percentages of Color #7779fe

%24.09
%24.49
%51.42

CMYK Percentages of Color #7779fe

%53
%52
%0
%0

Triadic Colors of #7779fe

#7779fe #fe7779 #79fe77

Analogous Colors of #7779fe

#7779fe #b977fe #77bdfe

Monochromatic Colors of #7779fe

#7779fe

Complementary Color

#7779fe #fefc77

#7779fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7779fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7779fe Color CSS Codes

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

#7779fe Text Font Color

<p style="color:#7779fe">Text here</p>

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


#7779fe Background Color

<div style="background-color:#7779fe">
Div content here</div>

This div background color is #7779fe


#7779fe Border Color

<div style="border:3px solid #7779fe">
Div here</div>

This div border color is #7779fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,121,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7779fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7779fe;
  -webkit-box-shadow: 1px 1px 3px 2px #7779fe;
  box-shadow:         1px 1px 3px 2px #7779fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7779fe


Comments

No comments written yet.

Please login to write comment.