Color Hex Logo

#a01fdd Color Hex

#A01FDD
(160,31,221)
0 Favorites   0 Comments

Color spaces of #a01fdd

RGB 16031221
HSL0.780.750.49
HSV281°86°87°
CMYK 0.280.860.00   0.13
XYZ28.038313.674069.5682
Yxy13.67400.25200.1229
Hunter Lab36.978470.6328-85.6587
CIE-Lab43.761775.2506-69.2209

#a01fdd color RGB value is (160,31,221).

#a01fdd hex color red value is 160, green value is 31 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a01fdd hue: 0.78 , saturation: 0.75 and the lightness value of a01fdd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011111 11011101
Octal 240 37 335
Decimal 160 31 221
Hex A0 1F DD

RGB Percentages of Color #a01fdd

%38.83
%7.52
%53.64

CMYK Percentages of Color #a01fdd

%28
%86
%0
%13

Triadic Colors of #a01fdd

#a01fdd #dda01f #1fdda0

Analogous Colors of #a01fdd

#a01fdd #dd1fbb #411fdd

Monochromatic Colors of #a01fdd

#a01fdd

Complementary Color

#a01fdd #5cdd1f

#a01fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01fdd Color CSS Codes

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

#a01fdd Text Font Color

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

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


#a01fdd Background Color

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

This div background color is #a01fdd


#a01fdd Border Color

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

This div border color is #a01fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01fdd


Comments

No comments written yet.

Please login to write comment.