Color Hex Logo

#776cae Color Hex

#776CAE
(119,108,174)
0 Favorites   0 Comments

Color spaces of #776cae

RGB 119108174
HSL0.690.290.55
HSV250°38°68°
CMYK 0.320.380.00   0.32
XYZ20.610317.703142.3751
Yxy17.70310.25540.2194
Hunter Lab42.075113.8062-30.2603
CIE-Lab49.134019.6399-33.7204

#776cae color RGB value is (119,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101100 10101110
Octal 167 154 256
Decimal 119 108 174
Hex 77 6C AE

RGB Percentages of Color #776cae

%29.68
%26.93
%43.39

CMYK Percentages of Color #776cae

%32
%38
%0
%32

Triadic Colors of #776cae

#776cae #ae776c #6cae77

Analogous Colors of #776cae

#776cae #986cae #6c82ae

Monochromatic Colors of #776cae

#776cae

Complementary Color

#776cae #a3ae6c

#776cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#776cae Color CSS Codes

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

#776cae Text Font Color

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

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


#776cae Background Color

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

This div background color is #776cae


#776cae Border Color

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

This div border color is #776cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776cae


Comments

No comments written yet.

Please login to write comment.