Color Hex Logo

#7432ae Color Hex

#7432AE
(116,50,174)
0 Favorites   0 Comments

Color spaces of #7432ae

RGB 11650174
HSL0.760.550.44
HSV272°71°68°
CMYK 0.330.710.00   0.32
XYZ15.98309.050240.9489
Yxy9.05020.24220.1372
Hunter Lab30.083642.1885-59.6454
CIE-Lab36.080851.4933-54.5691

#7432ae color RGB value is (116,50,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110010 10101110
Octal 164 62 256
Decimal 116 50 174
Hex 74 32 AE

RGB Percentages of Color #7432ae

%34.12
%14.71
%51.18

CMYK Percentages of Color #7432ae

%33
%71
%0
%32

Triadic Colors of #7432ae

#7432ae #ae7432 #32ae74

Analogous Colors of #7432ae

#7432ae #ae32aa #3632ae

Monochromatic Colors of #7432ae

#7432ae

Complementary Color

#7432ae #6cae32

#7432ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7432ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7432ae Color CSS Codes

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

#7432ae Text Font Color

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

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


#7432ae Background Color

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

This div background color is #7432ae


#7432ae Border Color

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

This div border color is #7432ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7432ae


Comments

No comments written yet.

Please login to write comment.