Color Hex Logo

#a721bd Color Hex

#A721BD
(167,33,189)
0 Favorites   0 Comments

Color spaces of #a721bd

RGB 16733189
HSL0.810.700.44
HSV292°83°74°
CMYK 0.120.830.00   0.26
XYZ25.665512.977349.2963
Yxy12.97730.29190.1476
Hunter Lab36.024064.1312-55.9173
CIE-Lab42.729070.0347-52.3160

#a721bd color RGB value is (167,33,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100001 10111101
Octal 247 41 275
Decimal 167 33 189
Hex A7 21 BD

RGB Percentages of Color #a721bd

%42.93
%8.48
%48.59

CMYK Percentages of Color #a721bd

%12
%83
%0
%26

Triadic Colors of #a721bd

#a721bd #bda721 #21bda7

Analogous Colors of #a721bd

#a721bd #bd2185 #5921bd

Monochromatic Colors of #a721bd

#a721bd

Complementary Color

#a721bd #37bd21

#a721bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a721bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a721bd Color CSS Codes

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

#a721bd Text Font Color

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

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


#a721bd Background Color

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

This div background color is #a721bd


#a721bd Border Color

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

This div border color is #a721bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a721bd


Comments

No comments written yet.

Please login to write comment.