Color Hex Logo

#a21ebd Color Hex

#A21EBD
(162,30,189)
0 Favorites   0 Comments

Color spaces of #a21ebd

RGB 16230189
HSL0.810.730.43
HSV290°84°74°
CMYK 0.140.840.00   0.26
XYZ24.549912.284149.2212
Yxy12.28410.28530.1427
Hunter Lab35.048763.6954-58.7308
CIE-Lab41.664169.8727-54.0740

#a21ebd color RGB value is (162,30,189).

#a21ebd hex color red value is 162, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a21ebd hue: 0.81 , saturation: 0.73 and the lightness value of a21ebd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011110 10111101
Octal 242 36 275
Decimal 162 30 189
Hex A2 1E BD

RGB Percentages of Color #a21ebd

%42.52
%7.87
%49.61

CMYK Percentages of Color #a21ebd

%14
%84
%0
%26

Triadic Colors of #a21ebd

#a21ebd #bda21e #1ebda2

Analogous Colors of #a21ebd

#a21ebd #bd1e89 #531ebd

Monochromatic Colors of #a21ebd

#a21ebd

Complementary Color

#a21ebd #39bd1e

#a21ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21ebd Color CSS Codes

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

#a21ebd Text Font Color

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

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


#a21ebd Background Color

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

This div background color is #a21ebd


#a21ebd Border Color

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

This div border color is #a21ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21ebd


Comments

No comments written yet.

Please login to write comment.