Color Hex Logo

#a213db Color Hex

#A213DB
(162,19,219)
0 Favorites   0 Comments

Color spaces of #a213db

RGB 16219219
HSL0.790.840.47
HSV283°91°86°
CMYK 0.260.910.00   0.14
XYZ27.919313.261668.1061
Yxy13.26160.25550.1213
Hunter Lab36.416573.1212-85.3926
CIE-Lab43.154877.3952-69.0520

#a213db color RGB value is (162,19,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010011 11011011
Octal 242 23 333
Decimal 162 19 219
Hex A2 13 DB

RGB Percentages of Color #a213db

%40.50
%4.75
%54.75

CMYK Percentages of Color #a213db

%26
%91
%0
%14

Triadic Colors of #a213db

#a213db #dba213 #13dba2

Analogous Colors of #a213db

#a213db #db13b0 #3e13db

Monochromatic Colors of #a213db

#a213db

Complementary Color

#a213db #4cdb13

#a213db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a213db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a213db Color CSS Codes

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

#a213db Text Font Color

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

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


#a213db Background Color

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

This div background color is #a213db


#a213db Border Color

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

This div border color is #a213db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a213db


Comments

No comments written yet.

Please login to write comment.