Color Hex Logo

#7720ae Color Hex

#7720AE
(119,32,174)
0 Favorites   0 Comments

Color spaces of #7720ae

RGB 11932174
HSL0.770.690.40
HSV277°82°68°
CMYK 0.320.820.00   0.32
XYZ15.76428.011040.7598
Yxy8.01100.24430.1241
Hunter Lab28.303749.8869-65.5702
CIE-Lab34.005859.1721-57.9241

#7720ae color RGB value is (119,32,174).

#7720ae hex color red value is 119, green value is 32 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7720ae hue: 0.77 , saturation: 0.69 and the lightness value of 7720ae is 0.40.

The process color (four color CMYK) of #7720ae color hex is 0.32, 0.82, 0.00, 0.32. Web safe color of #7720ae is #663399. Color #7720ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100000 10101110
Octal 167 40 256
Decimal 119 32 174
Hex 77 20 AE

RGB Percentages of Color #7720ae

%36.62
%9.85
%53.54

CMYK Percentages of Color #7720ae

%32
%82
%0
%32

Triadic Colors of #7720ae

#7720ae #ae7720 #20ae77

Analogous Colors of #7720ae

#7720ae #ae209e #3020ae

Monochromatic Colors of #7720ae

#7720ae

Complementary Color

#7720ae #57ae20

#7720ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7720ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7720ae Color CSS Codes

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

#7720ae Text Font Color

<p style="color:#7720ae">Text here</p>

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


#7720ae Background Color

<div style="background-color:#7720ae">
Div content here</div>

This div background color is #7720ae


#7720ae Border Color

<div style="border:3px solid #7720ae">
Div here</div>

This div border color is #7720ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7720ae


Comments

No comments written yet.

Please login to write comment.