Color Hex Logo

#a32eae Color Hex

#A32EAE
(163,46,174)
0 Favorites   0 Comments

Color spaces of #a32eae

RGB 16346174
HSL0.820.580.43
HSV295°74°68°
CMYK 0.060.740.00   0.32
XYZ23.721212.796541.2641
Yxy12.79650.30500.1645
Hunter Lab35.772255.7653-43.3519
CIE-Lab42.455062.8397-43.9485

#a32eae color RGB value is (163,46,174).

#a32eae hex color red value is 163, green value is 46 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a32eae hue: 0.82 , saturation: 0.58 and the lightness value of a32eae is 0.43.

The process color (four color CMYK) of #a32eae color hex is 0.06, 0.74, 0.00, 0.32. Web safe color of #a32eae is #993399. Color #a32eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101110 10101110
Octal 243 56 256
Decimal 163 46 174
Hex A3 2E AE

RGB Percentages of Color #a32eae

%42.56
%12.01
%45.43

CMYK Percentages of Color #a32eae

%6
%74
%0
%32

Triadic Colors of #a32eae

#a32eae #aea32e #2eaea3

Analogous Colors of #a32eae

#a32eae #ae2e79 #632eae

Monochromatic Colors of #a32eae

#a32eae

Complementary Color

#a32eae #39ae2e

#a32eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32eae Color CSS Codes

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

#a32eae Text Font Color

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

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


#a32eae Background Color

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

This div background color is #a32eae


#a32eae Border Color

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

This div border color is #a32eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,46,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a32eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a32eae;
  -webkit-box-shadow: 1px 1px 3px 2px #a32eae;
  box-shadow:         1px 1px 3px 2px #a32eae; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32eae


Comments

No comments written yet.

Please login to write comment.