Color Hex Logo

#776afe Color Hex

#776AFE
(119,106,254)
0 Favorites   0 Comments

Color spaces of #776afe

RGB 119106254
HSL0.680.990.71
HSV245°58°100°
CMYK 0.530.580.00   0.00
XYZ30.651221.385896.2783
Yxy21.38580.20670.1442
Hunter Lab46.244837.3820-91.0662
CIE-Lab53.369243.8730-72.3618

#776afe color RGB value is (119,106,254).

#776afe hex color red value is 119, green value is 106 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #776afe hue: 0.68 , saturation: 0.99 and the lightness value of 776afe is 0.71.

The process color (four color CMYK) of #776afe color hex is 0.53, 0.58, 0.00, 0.00. Web safe color of #776afe is #6666ff. Color #776afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101010 11111110
Octal 167 152 376
Decimal 119 106 254
Hex 77 6A FE

RGB Percentages of Color #776afe

%24.84
%22.13
%53.03

CMYK Percentages of Color #776afe

%53
%58
%0
%0

Triadic Colors of #776afe

#776afe #fe776a #6afe77

Analogous Colors of #776afe

#776afe #c16afe #6aa7fe

Monochromatic Colors of #776afe

#776afe

Complementary Color

#776afe #f1fe6a

#776afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#776afe Color CSS Codes

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

#776afe Text Font Color

<p style="color:#776afe">Text here</p>

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


#776afe Background Color

<div style="background-color:#776afe">
Div content here</div>

This div background color is #776afe


#776afe Border Color

<div style="border:3px solid #776afe">
Div here</div>

This div border color is #776afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776afe


Comments

No comments written yet.

Please login to write comment.