Color Hex Logo

#a032dd Color Hex

#A032DD
(160,50,221)
0 Favorites   0 Comments

Color spaces of #a032dd

RGB 16050221
HSL0.770.720.53
HSV279°77°87°
CMYK 0.280.770.00   0.13
XYZ28.689014.975269.7850
Yxy14.97520.25290.1320
Hunter Lab38.697864.6116-79.8311
CIE-Lab45.600269.8813-66.2298

#a032dd color RGB value is (160,50,221).

#a032dd hex color red value is 160, green value is 50 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a032dd hue: 0.77 , saturation: 0.72 and the lightness value of a032dd is 0.53.

The process color (four color CMYK) of #a032dd color hex is 0.28, 0.77, 0.00, 0.13. Web safe color of #a032dd is #9933cc. Color #a032dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 11011101
Octal 240 62 335
Decimal 160 50 221
Hex A0 32 DD

RGB Percentages of Color #a032dd

%37.12
%11.60
%51.28

CMYK Percentages of Color #a032dd

%28
%77
%0
%13

Triadic Colors of #a032dd

#a032dd #dda032 #32dda0

Analogous Colors of #a032dd

#a032dd #dd32c5 #4a32dd

Monochromatic Colors of #a032dd

#a032dd

Complementary Color

#a032dd #6fdd32

#a032dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032dd Color CSS Codes

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

#a032dd Text Font Color

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

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


#a032dd Background Color

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

This div background color is #a032dd


#a032dd Border Color

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

This div border color is #a032dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,50,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a032dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a032dd;
  -webkit-box-shadow: 1px 1px 3px 2px #a032dd;
  box-shadow:         1px 1px 3px 2px #a032dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,50,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a032dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032dd


Comments

No comments written yet.

Please login to write comment.