Color Hex Logo

#7774ad Color Hex

#7774AD
(119,116,173)
0 Favorites   0 Comments

Color spaces of #7774ad

RGB 119116173
HSL0.680.260.57
HSV243°33°68°
CMYK 0.310.330.00   0.32
XYZ21.396019.429942.1578
Yxy19.42990.25780.2341
Hunter Lab44.07949.5045-25.8498
CIE-Lab51.186414.5629-29.9317

#7774ad color RGB value is (119,116,173).

#7774ad hex color red value is 119, green value is 116 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7774ad hue: 0.68 , saturation: 0.26 and the lightness value of 7774ad is 0.57.

The process color (four color CMYK) of #7774ad color hex is 0.31, 0.33, 0.00, 0.32. Web safe color of #7774ad is #666699. Color #7774ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110100 10101101
Octal 167 164 255
Decimal 119 116 173
Hex 77 74 AD

RGB Percentages of Color #7774ad

%29.17
%28.43
%42.40

CMYK Percentages of Color #7774ad

%31
%33
%0
%32

Triadic Colors of #7774ad

#7774ad #ad7774 #74ad77

Analogous Colors of #7774ad

#7774ad #9474ad #748ead

Monochromatic Colors of #7774ad

#7774ad

Complementary Color

#7774ad #aaad74

#7774ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7774ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7774ad Color CSS Codes

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

#7774ad Text Font Color

<p style="color:#7774ad">Text here</p>

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


#7774ad Background Color

<div style="background-color:#7774ad">
Div content here</div>

This div background color is #7774ad


#7774ad Border Color

<div style="border:3px solid #7774ad">
Div here</div>

This div border color is #7774ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7774ad


Comments

No comments written yet.

Please login to write comment.