Color Hex Logo

#7773ad Color Hex

#7773AD
(119,115,173)
0 Favorites   0 Comments

Color spaces of #7773ad

RGB 119115173
HSL0.680.260.56
HSV244°34°68°
CMYK 0.310.340.00   0.32
XYZ21.281319.200542.1196
Yxy19.20050.25760.2324
Hunter Lab43.818410.0101-26.3185
CIE-Lab50.921015.1626-30.3454

#7773ad color RGB value is (119,115,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110011 10101101
Octal 167 163 255
Decimal 119 115 173
Hex 77 73 AD

RGB Percentages of Color #7773ad

%29.24
%28.26
%42.51

CMYK Percentages of Color #7773ad

%31
%34
%0
%32

Triadic Colors of #7773ad

#7773ad #ad7773 #73ad77

Analogous Colors of #7773ad

#7773ad #9473ad #738cad

Monochromatic Colors of #7773ad

#7773ad

Complementary Color

#7773ad #a9ad73

#7773ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7773ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7773ad Color CSS Codes

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

#7773ad Text Font Color

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

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


#7773ad Background Color

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

This div background color is #7773ad


#7773ad Border Color

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

This div border color is #7773ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7773ad


Comments

No comments written yet.

Please login to write comment.