Color Hex Logo

#7776ea Color Hex

#7776EA
(119,118,234)
0 Favorites   0 Comments

Color spaces of #7776ea

RGB 119118234
HSL0.670.730.69
HSV241°50°92°
CMYK 0.490.500.00   0.08
XYZ28.937522.819380.7213
Yxy22.81930.21840.1722
Hunter Lab47.769624.5338-66.7499
CIE-Lab54.885730.8232-58.7947

#7776ea color RGB value is (119,118,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110110 11101010
Octal 167 166 352
Decimal 119 118 234
Hex 77 76 EA

RGB Percentages of Color #7776ea

%25.27
%25.05
%49.68

CMYK Percentages of Color #7776ea

%49
%50
%0
%8

Triadic Colors of #7776ea

#7776ea #ea7776 #76ea77

Analogous Colors of #7776ea

#7776ea #b176ea #76afea

Monochromatic Colors of #7776ea

#7776ea

Complementary Color

#7776ea #e9ea76

#7776ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7776ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7776ea Color CSS Codes

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

#7776ea Text Font Color

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

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


#7776ea Background Color

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

This div background color is #7776ea


#7776ea Border Color

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

This div border color is #7776ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7776ea


Comments

No comments written yet.

Please login to write comment.