color codes Logo

#a502db color codes

#A502DB
(165,2,219)
0 Favorites   0 Comments

Color spaces of #a502db

RGB 1652219
HSL0.790.980.43
HSV285°99°86°
CMYK 0.250.990.00   0.14
XYZ28.324913.157268.0645
Yxy13.15720.25860.1201
Hunter Lab36.272975.9103-85.8642
CIE-Lab42.999279.6678-69.2855

#a502db color RGB value is (165,2,219).

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

The process color (four color CMYK) of #a502db color code is 0.25, 0.99, 0.00, 0.14. Web safe color of #a502db is #9900cc. Color #a502db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000010 11011011
Octal 245 2 333
Decimal 165 2 219
Hex A5 2 DB

RGB Percentages of Color #a502db

%42.75
%0.52
%56.74

CMYK Percentages of Color #a502db

%25
%99
%0
%14

Triadic Colors of #a502db

#a502db #dba502 #02dba5

Analogous Colors of #a502db

#a502db #db02a5 #3902db

Monochromatic Colors of #a502db

#a502db

Complementary Color

#a502db #38db02

#a502db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a502db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a502db Color CSS Codes

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

#a502db Text Font Color

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

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


#a502db Background Color

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

This div background color is #a502db


#a502db Border Color

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

This div border color is #a502db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a502db


Comments

No comments written yet.

Please login to write comment.