Color Hex Logo

#a824dd Color Hex

#A824DD
(168,36,221)
0 Favorites   0 Comments

Color spaces of #a824dd

RGB 16836221
HSL0.790.730.50
HSV283°84°87°
CMYK 0.240.840.00   0.13
XYZ29.830514.807069.6924
Yxy14.80700.26090.1295
Hunter Lab38.479971.0377-80.4466
CIE-Lab45.368775.2698-66.5527

#a824dd color RGB value is (168,36,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100100 11011101
Octal 250 44 335
Decimal 168 36 221
Hex A8 24 DD

RGB Percentages of Color #a824dd

%39.53
%8.47
%52.00

CMYK Percentages of Color #a824dd

%24
%84
%0
%13

Triadic Colors of #a824dd

#a824dd #dda824 #24dda8

Analogous Colors of #a824dd

#a824dd #dd24b6 #4b24dd

Monochromatic Colors of #a824dd

#a824dd

Complementary Color

#a824dd #59dd24

#a824dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a824dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a824dd Color CSS Codes

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

#a824dd Text Font Color

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

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


#a824dd Background Color

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

This div background color is #a824dd


#a824dd Border Color

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

This div border color is #a824dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a824dd


Comments

No comments written yet.

Please login to write comment.