Color Hex Logo

#a50cdb Color Hex

#A50CDB
(165,12,219)
0 Favorites   0 Comments

Color spaces of #a50cdb

RGB 16512219
HSL0.790.900.45
HSV284°95°86°
CMYK 0.250.950.00   0.14
XYZ28.434713.376768.1011
Yxy13.37670.25870.1217
Hunter Lab36.574274.7706-84.7960
CIE-Lab43.325478.6924-68.7536

#a50cdb color RGB value is (165,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001100 11011011
Octal 245 14 333
Decimal 165 12 219
Hex A5 C DB

RGB Percentages of Color #a50cdb

%41.67
%3.03
%55.30

CMYK Percentages of Color #a50cdb

%25
%95
%0
%14

Triadic Colors of #a50cdb

#a50cdb #dba50c #0cdba5

Analogous Colors of #a50cdb

#a50cdb #db0caa #3d0cdb

Monochromatic Colors of #a50cdb

#a50cdb

Complementary Color

#a50cdb #42db0c

#a50cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50cdb Color CSS Codes

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

#a50cdb Text Font Color

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

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


#a50cdb Background Color

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

This div background color is #a50cdb


#a50cdb Border Color

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

This div border color is #a50cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50cdb


Comments

No comments written yet.

Please login to write comment.