Color Hex Logo

#a21bcd Color Hex

#A21BCD
(162,27,205)
0 Favorites   0 Comments

Color spaces of #a21bcd

RGB 16227205
HSL0.790.770.45
HSV286°87°80°
CMYK 0.210.870.00   0.20
XYZ26.311712.873058.8556
Yxy12.87300.26840.1313
Hunter Lab35.879068.1141-72.1436
CIE-Lab42.571373.4045-61.9344

#a21bcd color RGB value is (162,27,205).

#a21bcd hex color red value is 162, green value is 27 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a21bcd hue: 0.79 , saturation: 0.77 and the lightness value of a21bcd is 0.45.

The process color (four color CMYK) of #a21bcd color hex is 0.21, 0.87, 0.00, 0.20. Web safe color of #a21bcd is #9933cc. Color #a21bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011011 11001101
Octal 242 33 315
Decimal 162 27 205
Hex A2 1B CD

RGB Percentages of Color #a21bcd

%41.12
%6.85
%52.03

CMYK Percentages of Color #a21bcd

%21
%87
%0
%20

Triadic Colors of #a21bcd

#a21bcd #cda21b #1bcda2

Analogous Colors of #a21bcd

#a21bcd #cd1b9f #491bcd

Monochromatic Colors of #a21bcd

#a21bcd

Complementary Color

#a21bcd #46cd1b

#a21bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21bcd Color CSS Codes

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

#a21bcd Text Font Color

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

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


#a21bcd Background Color

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

This div background color is #a21bcd


#a21bcd Border Color

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

This div border color is #a21bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21bcd


Comments

No comments written yet.

Please login to write comment.