Color Hex Logo

#776fae Color Hex

#776FAE
(119,111,174)
0 Favorites   0 Comments

Color spaces of #776fae

RGB 119111174
HSL0.690.280.56
HSV248°36°68°
CMYK 0.320.360.00   0.32
XYZ20.932218.346842.4824
Yxy18.34680.25600.2244
Hunter Lab42.833212.2734-28.8213
CIE-Lab49.914117.8333-32.4986

#776fae color RGB value is (119,111,174).

#776fae hex color red value is 119, green value is 111 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #776fae hue: 0.69 , saturation: 0.28 and the lightness value of 776fae is 0.56.

The process color (four color CMYK) of #776fae color hex is 0.32, 0.36, 0.00, 0.32. Web safe color of #776fae is #666699. Color #776fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101111 10101110
Octal 167 157 256
Decimal 119 111 174
Hex 77 6F AE

RGB Percentages of Color #776fae

%29.46
%27.48
%43.07

CMYK Percentages of Color #776fae

%32
%36
%0
%32

Triadic Colors of #776fae

#776fae #ae776f #6fae77

Analogous Colors of #776fae

#776fae #976fae #6f87ae

Monochromatic Colors of #776fae

#776fae

Complementary Color

#776fae #a6ae6f

#776fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#776fae Color CSS Codes

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

#776fae Text Font Color

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

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


#776fae Background Color

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

This div background color is #776fae


#776fae Border Color

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

This div border color is #776fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776fae


Comments

No comments written yet.

Please login to write comment.