Color Hex Logo

#a821bd Color Hex

#A821BD
(168,33,189)
0 Favorites   0 Comments

Color spaces of #a821bd

RGB 16833189
HSL0.810.700.44
HSV292°83°74°
CMYK 0.110.830.00   0.26
XYZ25.877613.086749.3062
Yxy13.08670.29320.1483
Hunter Lab36.175564.3799-55.4876
CIE-Lab42.893670.2131-52.0426

#a821bd color RGB value is (168,33,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100001 10111101
Octal 250 41 275
Decimal 168 33 189
Hex A8 21 BD

RGB Percentages of Color #a821bd

%43.08
%8.46
%48.46

CMYK Percentages of Color #a821bd

%11
%83
%0
%26

Triadic Colors of #a821bd

#a821bd #bda821 #21bda8

Analogous Colors of #a821bd

#a821bd #bd2184 #5a21bd

Monochromatic Colors of #a821bd

#a821bd

Complementary Color

#a821bd #36bd21

#a821bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a821bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a821bd Color CSS Codes

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

#a821bd Text Font Color

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

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


#a821bd Background Color

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

This div background color is #a821bd


#a821bd Border Color

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

This div border color is #a821bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a821bd


Comments

No comments written yet.

Please login to write comment.