Color Hex Logo

#a521dd Color Hex

#A521DD
(165,33,221)
0 Favorites   0 Comments

Color spaces of #a521dd

RGB 16533221
HSL0.780.740.50
HSV282°85°87°
CMYK 0.250.850.00   0.13
XYZ29.112114.307569.6339
Yxy14.30750.25750.1266
Hunter Lab37.825371.1878-82.6715
CIE-Lab44.670775.5284-67.7078

#a521dd color RGB value is (165,33,221).

#a521dd hex color red value is 165, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a521dd hue: 0.78 , saturation: 0.74 and the lightness value of a521dd is 0.50.

The process color (four color CMYK) of #a521dd color hex is 0.25, 0.85, 0.00, 0.13. Web safe color of #a521dd is #9933cc. Color #a521dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100001 11011101
Octal 245 41 335
Decimal 165 33 221
Hex A5 21 DD

RGB Percentages of Color #a521dd

%39.38
%7.88
%52.74

CMYK Percentages of Color #a521dd

%25
%85
%0
%13

Triadic Colors of #a521dd

#a521dd #dda521 #21dda5

Analogous Colors of #a521dd

#a521dd #dd21b7 #4721dd

Monochromatic Colors of #a521dd

#a521dd

Complementary Color

#a521dd #59dd21

#a521dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a521dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a521dd Color CSS Codes

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

#a521dd Text Font Color

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

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


#a521dd Background Color

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

This div background color is #a521dd


#a521dd Border Color

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

This div border color is #a521dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a521dd


Comments

No comments written yet.

Please login to write comment.