Color Hex Logo

#a50add Color Hex

#A50ADD
(165,10,221)
0 Favorites   0 Comments

Color spaces of #a50add

RGB 16510221
HSL0.790.910.45
HSV284°95°87°
CMYK 0.250.950.00   0.13
XYZ28.676713.436969.4888
Yxy13.43690.25700.1204
Hunter Lab36.656475.4939-86.7355
CIE-Lab43.414379.2554-69.7543

#a50add color RGB value is (165,10,221).

#a50add hex color red value is 165, green value is 10 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a50add hue: 0.79 , saturation: 0.91 and the lightness value of a50add is 0.45.

The process color (four color CMYK) of #a50add color hex is 0.25, 0.95, 0.00, 0.13. Web safe color of #a50add is #9900cc. Color #a50add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001010 11011101
Octal 245 12 335
Decimal 165 10 221
Hex A5 A DD

RGB Percentages of Color #a50add

%41.67
%2.53
%55.81

CMYK Percentages of Color #a50add

%25
%95
%0
%13

Triadic Colors of #a50add

#a50add #dda50a #0adda5

Analogous Colors of #a50add

#a50add #dd0aac #3c0add

Monochromatic Colors of #a50add

#a50add

Complementary Color

#a50add #42dd0a

#a50add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50add Color CSS Codes

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

#a50add Text Font Color

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

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


#a50add Background Color

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

This div background color is #a50add


#a50add Border Color

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

This div border color is #a50add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50add


Comments

No comments written yet.

Please login to write comment.