Color Hex Logo

#a821dd Color Hex

#A821DD
(168,33,221)
0 Favorites   0 Comments

Color spaces of #a821dd

RGB 16833221
HSL0.790.740.50
HSV283°85°87°
CMYK 0.240.850.00   0.13
XYZ29.743514.633069.6634
Yxy14.63300.26080.1283
Hunter Lab38.253171.8488-81.1969
CIE-Lab45.127475.9794-66.9448

#a821dd color RGB value is (168,33,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100001 11011101
Octal 250 41 335
Decimal 168 33 221
Hex A8 21 DD

RGB Percentages of Color #a821dd

%39.81
%7.82
%52.37

CMYK Percentages of Color #a821dd

%24
%85
%0
%13

Triadic Colors of #a821dd

#a821dd #dda821 #21dda8

Analogous Colors of #a821dd

#a821dd #dd21b4 #4a21dd

Monochromatic Colors of #a821dd

#a821dd

Complementary Color

#a821dd #56dd21

#a821dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a821dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a821dd Color CSS Codes

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

#a821dd Text Font Color

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

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


#a821dd Background Color

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

This div background color is #a821dd


#a821dd Border Color

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

This div border color is #a821dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a821dd


Comments

No comments written yet.

Please login to write comment.