Color Hex Logo

#a50bdd Color Hex

#A50BDD
(165,11,221)
0 Favorites   0 Comments

Color spaces of #a50bdd

RGB 16511221
HSL0.790.910.45
HSV284°95°87°
CMYK 0.250.950.00   0.13
XYZ28.687913.459169.4925
Yxy13.45910.25700.1206
Hunter Lab36.686675.3802-86.6275
CIE-Lab43.447079.1581-69.7010

#a50bdd color RGB value is (165,11,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001011 11011101
Octal 245 13 335
Decimal 165 11 221
Hex A5 B DD

RGB Percentages of Color #a50bdd

%41.56
%2.77
%55.67

CMYK Percentages of Color #a50bdd

%25
%95
%0
%13

Triadic Colors of #a50bdd

#a50bdd #dda50b #0bdda5

Analogous Colors of #a50bdd

#a50bdd #dd0bac #3c0bdd

Monochromatic Colors of #a50bdd

#a50bdd

Complementary Color

#a50bdd #43dd0b

#a50bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50bdd Color CSS Codes

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

#a50bdd Text Font Color

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

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


#a50bdd Background Color

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

This div background color is #a50bdd


#a50bdd Border Color

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

This div border color is #a50bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50bdd


Comments

No comments written yet.

Please login to write comment.