Color Hex Logo

#a721cb Color Hex

#A721CB
(167,33,203)
0 Favorites   0 Comments

Color spaces of #a721cb

RGB 16733203
HSL0.800.720.46
HSV287°84°80°
CMYK 0.180.840.00   0.20
XYZ27.259713.615057.6911
Yxy13.61500.27660.1381
Hunter Lab36.898567.2990-66.8714
CIE-Lab43.675772.5117-58.9486

#a721cb color RGB value is (167,33,203).

#a721cb hex color red value is 167, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a721cb hue: 0.80 , saturation: 0.72 and the lightness value of a721cb is 0.46.

The process color (four color CMYK) of #a721cb color hex is 0.18, 0.84, 0.00, 0.20. Web safe color of #a721cb is #9933cc. Color #a721cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100001 11001011
Octal 247 41 313
Decimal 167 33 203
Hex A7 21 CB

RGB Percentages of Color #a721cb

%41.44
%8.19
%50.37

CMYK Percentages of Color #a721cb

%18
%84
%0
%20

Triadic Colors of #a721cb

#a721cb #cba721 #21cba7

Analogous Colors of #a721cb

#a721cb #cb219a #5221cb

Monochromatic Colors of #a721cb

#a721cb

Complementary Color

#a721cb #45cb21

#a721cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a721cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a721cb Color CSS Codes

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

#a721cb Text Font Color

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

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


#a721cb Background Color

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

This div background color is #a721cb


#a721cb Border Color

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

This div border color is #a721cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,33,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a721cb


Comments

No comments written yet.

Please login to write comment.