Color Hex Logo

#a21deb Color Hex

#A21DEB
(162,29,235)
0 Favorites   0 Comments

Color spaces of #a21deb

RGB 16229235
HSL0.770.840.52
HSV279°88°92°
CMYK 0.310.880.00   0.08
XYZ30.335114.558379.8085
Yxy14.55830.24330.1167
Hunter Lab38.155375.1432-97.3066
CIE-Lab45.023278.6643-75.1142

#a21deb color RGB value is (162,29,235).

#a21deb hex color red value is 162, green value is 29 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a21deb hue: 0.77 , saturation: 0.84 and the lightness value of a21deb is 0.52.

The process color (four color CMYK) of #a21deb color hex is 0.31, 0.88, 0.00, 0.08. Web safe color of #a21deb is #9933ff. Color #a21deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011101 11101011
Octal 242 35 353
Decimal 162 29 235
Hex A2 1D EB

RGB Percentages of Color #a21deb

%38.03
%6.81
%55.16

CMYK Percentages of Color #a21deb

%31
%88
%0
%8

Triadic Colors of #a21deb

#a21deb #eba21d #1deba2

Analogous Colors of #a21deb

#a21deb #eb1dcd #3b1deb

Monochromatic Colors of #a21deb

#a21deb

Complementary Color

#a21deb #66eb1d

#a21deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21deb Color CSS Codes

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

#a21deb Text Font Color

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

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


#a21deb Background Color

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

This div background color is #a21deb


#a21deb Border Color

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

This div border color is #a21deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,29,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a21deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21deb


Comments

No comments written yet.

Please login to write comment.