Color Hex Logo

#a801dd Color Hex

#A801DD
(168,1,221)
0 Favorites   0 Comments

Color spaces of #a801dd

RGB 1681221
HSL0.790.990.44
HSV286°100°87°
CMYK 0.241.000.00   0.13
XYZ29.210413.567069.4857
Yxy13.56700.26020.1209
Hunter Lab36.833477.0993-86.0664
CIE-Lab43.605480.4991-69.4222

#a801dd color RGB value is (168,1,221).

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

The process color (four color CMYK) of #a801dd color hex is 0.24, 1.00, 0.00, 0.13. Web safe color of #a801dd is #9900cc. Color #a801dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000001 11011101
Octal 250 1 335
Decimal 168 1 221
Hex A8 1 DD

RGB Percentages of Color #a801dd

%43.08
%0.26
%56.67

CMYK Percentages of Color #a801dd

%24
%100
%0
%13

Triadic Colors of #a801dd

#a801dd #dda801 #01dda8

Analogous Colors of #a801dd

#a801dd #dd01a4 #3a01dd

Monochromatic Colors of #a801dd

#a801dd

Complementary Color

#a801dd #36dd01

#a801dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a801dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a801dd Color CSS Codes

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

#a801dd Text Font Color

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

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


#a801dd Background Color

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

This div background color is #a801dd


#a801dd Border Color

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

This div border color is #a801dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a801dd


Comments

No comments written yet.

Please login to write comment.