Color Hex Logo

#7032ae Color Hex

#7032AE
(112,50,174)
0 Favorites   0 Comments

Color spaces of #7032ae

RGB 11250174
HSL0.750.550.44
HSV270°71°68°
CMYK 0.360.710.00   0.32
XYZ15.46278.781940.9245
Yxy8.78190.23730.1348
Hunter Lab29.634341.2785-61.1346
CIE-Lab35.560950.7062-55.4366

#7032ae color RGB value is (112,50,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110010 10101110
Octal 160 62 256
Decimal 112 50 174
Hex 70 32 AE

RGB Percentages of Color #7032ae

%33.33
%14.88
%51.79

CMYK Percentages of Color #7032ae

%36
%71
%0
%32

Triadic Colors of #7032ae

#7032ae #ae7032 #32ae70

Analogous Colors of #7032ae

#7032ae #ae32ae #3232ae

Monochromatic Colors of #7032ae

#7032ae

Complementary Color

#7032ae #70ae32

#7032ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7032ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7032ae Color CSS Codes

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

#7032ae Text Font Color

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

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


#7032ae Background Color

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

This div background color is #7032ae


#7032ae Border Color

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

This div border color is #7032ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7032ae


Comments

No comments written yet.

Please login to write comment.