Color Hex Logo

#7722aa Color Hex

#7722AA
(119,34,170)
0 Favorites   0 Comments

Color spaces of #7722aa

RGB 11934170
HSL0.770.670.40
HSV278°80°67°
CMYK 0.300.800.00   0.33
XYZ15.43557.968338.7547
Yxy7.96830.24830.1282
Hunter Lab28.228248.2066-61.6400
CIE-Lab33.916857.6329-55.6741

#7722aa color RGB value is (119,34,170).

#7722aa hex color red value is 119, green value is 34 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7722aa hue: 0.77 , saturation: 0.67 and the lightness value of 7722aa is 0.40.

The process color (four color CMYK) of #7722aa color hex is 0.30, 0.80, 0.00, 0.33. Web safe color of #7722aa is #663399. Color #7722aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100010 10101010
Octal 167 42 252
Decimal 119 34 170
Hex 77 22 AA

RGB Percentages of Color #7722aa

%36.84
%10.53
%52.63

CMYK Percentages of Color #7722aa

%30
%80
%0
%33

Triadic Colors of #7722aa

#7722aa #aa7722 #22aa77

Analogous Colors of #7722aa

#7722aa #aa2299 #3322aa

Monochromatic Colors of #7722aa

#7722aa

Complementary Color

#7722aa #55aa22

#7722aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7722aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7722aa Color CSS Codes

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

#7722aa Text Font Color

<p style="color:#7722aa">Text here</p>

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


#7722aa Background Color

<div style="background-color:#7722aa">
Div content here</div>

This div background color is #7722aa


#7722aa Border Color

<div style="border:3px solid #7722aa">
Div here</div>

This div border color is #7722aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,34,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7722aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7722aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7722aa;
  box-shadow:         1px 1px 3px 2px #7722aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7722aa


Comments

No comments written yet.

Please login to write comment.