Color Hex Logo

#a50bdb Color Hex

#A50BDB
(165,11,219)
0 Favorites   0 Comments

Color spaces of #a50bdb

RGB 16511219
HSL0.790.900.45
HSV284°95°86°
CMYK 0.250.950.00   0.14
XYZ28.422913.353268.0972
Yxy13.35320.25870.1215
Hunter Lab36.542074.8912-84.9093
CIE-Lab43.290778.7960-68.8102

#a50bdb color RGB value is (165,11,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001011 11011011
Octal 245 13 333
Decimal 165 11 219
Hex A5 B DB

RGB Percentages of Color #a50bdb

%41.77
%2.78
%55.44

CMYK Percentages of Color #a50bdb

%25
%95
%0
%14

Triadic Colors of #a50bdb

#a50bdb #dba50b #0bdba5

Analogous Colors of #a50bdb

#a50bdb #db0ba9 #3d0bdb

Monochromatic Colors of #a50bdb

#a50bdb

Complementary Color

#a50bdb #41db0b

#a50bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50bdb Color CSS Codes

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

#a50bdb Text Font Color

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

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


#a50bdb Background Color

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

This div background color is #a50bdb


#a50bdb Border Color

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

This div border color is #a50bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,11,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a50bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50bdb


Comments

No comments written yet.

Please login to write comment.