Color Hex Logo

#776dad Color Hex

#776DAD
(119,109,173)
1 Favorites   0 Comments

Color spaces of #776dad

RGB 119109173
HSL0.690.280.55
HSV249°37°68°
CMYK 0.310.370.00   0.32
XYZ20.619217.876341.8989
Yxy17.87630.25650.2224
Hunter Lab42.280413.0598-29.1588
CIE-Lab49.345718.7705-32.8063

#776dad color RGB value is (119,109,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101101 10101101
Octal 167 155 255
Decimal 119 109 173
Hex 77 6D AD

RGB Percentages of Color #776dad

%29.68
%27.18
%43.14

CMYK Percentages of Color #776dad

%31
%37
%0
%32

Triadic Colors of #776dad

#776dad #ad776d #6dad77

Analogous Colors of #776dad

#776dad #976dad #6d83ad

Monochromatic Colors of #776dad

#776dad

Complementary Color

#776dad #a3ad6d

#776dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#776dad Color CSS Codes

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

#776dad Text Font Color

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

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


#776dad Background Color

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

This div background color is #776dad


#776dad Border Color

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

This div border color is #776dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776dad


Comments

No comments written yet.

Please login to write comment.