Color Hex Logo

#a215db Color Hex

#A215DB
(162,21,219)
0 Favorites   0 Comments

Color spaces of #a215db

RGB 16221219
HSL0.790.830.47
HSV283°90°86°
CMYK 0.260.900.00   0.14
XYZ27.954613.332268.1178
Yxy13.33220.25550.1219
Hunter Lab36.513372.7615-85.0499
CIE-Lab43.259677.0835-68.8811

#a215db color RGB value is (162,21,219).

#a215db hex color red value is 162, green value is 21 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a215db hue: 0.79 , saturation: 0.83 and the lightness value of a215db is 0.47.

The process color (four color CMYK) of #a215db color hex is 0.26, 0.90, 0.00, 0.14. Web safe color of #a215db is #9900cc. Color #a215db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010101 11011011
Octal 242 25 333
Decimal 162 21 219
Hex A2 15 DB

RGB Percentages of Color #a215db

%40.30
%5.22
%54.48

CMYK Percentages of Color #a215db

%26
%90
%0
%14

Triadic Colors of #a215db

#a215db #dba215 #15dba2

Analogous Colors of #a215db

#a215db #db15b1 #3f15db

Monochromatic Colors of #a215db

#a215db

Complementary Color

#a215db #4edb15

#a215db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a215db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a215db Color CSS Codes

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

#a215db Text Font Color

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

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


#a215db Background Color

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

This div background color is #a215db


#a215db Border Color

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

This div border color is #a215db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a215db


Comments

No comments written yet.

Please login to write comment.