Color Hex Logo

#7732ae Color Hex

#7732AE
(119,50,174)
0 Favorites   0 Comments

Color spaces of #7732ae

RGB 11950174
HSL0.760.550.44
HSV273°71°68°
CMYK 0.320.710.00   0.32
XYZ16.38839.259140.9678
Yxy9.25910.24600.1390
Hunter Lab30.428842.8860-58.5250
CIE-Lab36.478452.0925-53.9056

#7732ae color RGB value is (119,50,174).

#7732ae hex color red value is 119, green value is 50 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7732ae hue: 0.76 , saturation: 0.55 and the lightness value of 7732ae is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110010 10101110
Octal 167 62 256
Decimal 119 50 174
Hex 77 32 AE

RGB Percentages of Color #7732ae

%34.69
%14.58
%50.73

CMYK Percentages of Color #7732ae

%32
%71
%0
%32

Triadic Colors of #7732ae

#7732ae #ae7732 #32ae77

Analogous Colors of #7732ae

#7732ae #ae32a7 #3932ae

Monochromatic Colors of #7732ae

#7732ae

Complementary Color

#7732ae #69ae32

#7732ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7732ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7732ae Color CSS Codes

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

#7732ae Text Font Color

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

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


#7732ae Background Color

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

This div background color is #7732ae


#7732ae Border Color

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

This div border color is #7732ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7732ae


Comments

No comments written yet.

Please login to write comment.