Color Hex Logo

#a10fdd Color Hex

#A10FDD
(161,15,221)
0 Favorites   0 Comments

Color spaces of #a10fdd

RGB 16115221
HSL0.780.870.46
HSV283°93°87°
CMYK 0.270.930.00   0.13
XYZ27.919913.139269.4712
Yxy13.13920.25260.1189
Hunter Lab36.248074.0548-88.2587
CIE-Lab42.972278.1844-70.5020

#a10fdd color RGB value is (161,15,221).

#a10fdd hex color red value is 161, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a10fdd hue: 0.78 , saturation: 0.87 and the lightness value of a10fdd is 0.46.

The process color (four color CMYK) of #a10fdd color hex is 0.27, 0.93, 0.00, 0.13. Web safe color of #a10fdd is #9900cc. Color #a10fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001111 11011101
Octal 241 17 335
Decimal 161 15 221
Hex A1 F DD

RGB Percentages of Color #a10fdd

%40.55
%3.78
%55.67

CMYK Percentages of Color #a10fdd

%27
%93
%0
%13

Triadic Colors of #a10fdd

#a10fdd #dda10f #0fdda1

Analogous Colors of #a10fdd

#a10fdd #dd0fb2 #3a0fdd

Monochromatic Colors of #a10fdd

#a10fdd

Complementary Color

#a10fdd #4bdd0f

#a10fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10fdd Color CSS Codes

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

#a10fdd Text Font Color

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

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


#a10fdd Background Color

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

This div background color is #a10fdd


#a10fdd Border Color

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

This div border color is #a10fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10fdd


Comments

No comments written yet.

Please login to write comment.