Color Hex Logo

#a021bd Color Hex

#A021BD
(160,33,189)
0 Favorites   0 Comments

Color spaces of #a021bd

RGB 16033189
HSL0.800.700.44
HSV289°83°74°
CMYK 0.150.830.00   0.26
XYZ24.226412.235449.2289
Yxy12.23540.28270.1428
Hunter Lab34.979162.4148-58.9581
CIE-Lab41.587868.7967-54.2136

#a021bd color RGB value is (160,33,189).

#a021bd hex color red value is 160, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a021bd hue: 0.80 , saturation: 0.70 and the lightness value of a021bd is 0.44.

The process color (four color CMYK) of #a021bd color hex is 0.15, 0.83, 0.00, 0.26. Web safe color of #a021bd is #9933cc. Color #a021bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100001 10111101
Octal 240 41 275
Decimal 160 33 189
Hex A0 21 BD

RGB Percentages of Color #a021bd

%41.88
%8.64
%49.48

CMYK Percentages of Color #a021bd

%15
%83
%0
%26

Triadic Colors of #a021bd

#a021bd #bda021 #21bda0

Analogous Colors of #a021bd

#a021bd #bd218c #5221bd

Monochromatic Colors of #a021bd

#a021bd

Complementary Color

#a021bd #3ebd21

#a021bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a021bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a021bd Color CSS Codes

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

#a021bd Text Font Color

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

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


#a021bd Background Color

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

This div background color is #a021bd


#a021bd Border Color

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

This div border color is #a021bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a021bd


Comments

No comments written yet.

Please login to write comment.