Color Hex Logo

#7779ea Color Hex

#7779EA
(119,121,234)
0 Favorites   0 Comments

Color spaces of #7779ea

RGB 119121234
HSL0.660.730.69
HSV239°49°92°
CMYK 0.490.480.00   0.08
XYZ29.296423.537280.8409
Yxy23.53720.21920.1761
Hunter Lab48.515222.8876-64.8344
CIE-Lab55.621429.0369-57.6156

#7779ea color RGB value is (119,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111001 11101010
Octal 167 171 352
Decimal 119 121 234
Hex 77 79 EA

RGB Percentages of Color #7779ea

%25.11
%25.53
%49.37

CMYK Percentages of Color #7779ea

%49
%48
%0
%8

Triadic Colors of #7779ea

#7779ea #ea7779 #79ea77

Analogous Colors of #7779ea

#7779ea #af77ea #77b3ea

Monochromatic Colors of #7779ea

#7779ea

Complementary Color

#7779ea #eae877

#7779ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7779ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7779ea Color CSS Codes

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

#7779ea Text Font Color

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

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


#7779ea Background Color

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

This div background color is #7779ea


#7779ea Border Color

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

This div border color is #7779ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7779ea


Comments

No comments written yet.

Please login to write comment.