Color Hex Logo

#ac21ca Color Hex

#AC21CA
(172,33,202)
0 Favorites   0 Comments

Color spaces of #ac21ca

RGB 17233202
HSL0.800.720.46
HSV289°84°79°
CMYK 0.150.840.00   0.21
XYZ28.217814.122657.1158
Yxy14.12260.28370.1420
Hunter Lab37.580068.2655-63.8055
CIE-Lab44.408273.1727-57.1458

#ac21ca color RGB value is (172,33,202).

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

The process color (four color CMYK) of #ac21ca color hex is 0.15, 0.84, 0.00, 0.21. Web safe color of #ac21ca is #9933cc. Color #ac21ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100001 11001010
Octal 254 41 312
Decimal 172 33 202
Hex AC 21 CA

RGB Percentages of Color #ac21ca

%42.26
%8.11
%49.63

CMYK Percentages of Color #ac21ca

%15
%84
%0
%21

Triadic Colors of #ac21ca

#ac21ca #caac21 #21caac

Analogous Colors of #ac21ca

#ac21ca #ca2194 #5821ca

Monochromatic Colors of #ac21ca

#ac21ca

Complementary Color

#ac21ca #3fca21

#ac21ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac21ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac21ca Color CSS Codes

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

#ac21ca Text Font Color

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

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


#ac21ca Background Color

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

This div background color is #ac21ca


#ac21ca Border Color

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

This div border color is #ac21ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac21ca


Comments

No comments written yet.

Please login to write comment.