Color Hex Logo

#a21fdb Color Hex

#A21FDB
(162,31,219)
0 Favorites   0 Comments

Color spaces of #a21fdb

RGB 16231219
HSL0.780.750.49
HSV282°86°86°
CMYK 0.260.860.00   0.14
XYZ28.176513.775868.1918
Yxy13.77580.25580.1251
Hunter Lab37.115870.5560-82.9509
CIE-Lab43.909775.1589-67.8222

#a21fdb color RGB value is (162,31,219).

#a21fdb hex color red value is 162, green value is 31 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a21fdb hue: 0.78 , saturation: 0.75 and the lightness value of a21fdb is 0.49.

The process color (four color CMYK) of #a21fdb color hex is 0.26, 0.86, 0.00, 0.14. Web safe color of #a21fdb is #9933cc. Color #a21fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011111 11011011
Octal 242 37 333
Decimal 162 31 219
Hex A2 1F DB

RGB Percentages of Color #a21fdb

%39.32
%7.52
%53.16

CMYK Percentages of Color #a21fdb

%26
%86
%0
%14

Triadic Colors of #a21fdb

#a21fdb #dba21f #1fdba2

Analogous Colors of #a21fdb

#a21fdb #db1fb6 #441fdb

Monochromatic Colors of #a21fdb

#a21fdb

Complementary Color

#a21fdb #58db1f

#a21fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21fdb Color CSS Codes

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

#a21fdb Text Font Color

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

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


#a21fdb Background Color

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

This div background color is #a21fdb


#a21fdb Border Color

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

This div border color is #a21fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21fdb


Comments

No comments written yet.

Please login to write comment.