Color Hex Logo

#ac21d2 Color Hex

#AC21D2
(172,33,210)
0 Favorites   0 Comments

Color spaces of #ac21d2

RGB 17233210
HSL0.800.730.48
HSV287°84°82°
CMYK 0.180.840.00   0.18
XYZ29.190014.511562.2353
Yxy14.51150.27550.1370
Hunter Lab38.094070.1135-70.1982
CIE-Lab44.957774.5917-60.8804

#ac21d2 color RGB value is (172,33,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100001 11010010
Octal 254 41 322
Decimal 172 33 210
Hex AC 21 D2

RGB Percentages of Color #ac21d2

%41.45
%7.95
%50.60

CMYK Percentages of Color #ac21d2

%18
%84
%0
%18

Triadic Colors of #ac21d2

#ac21d2 #d2ac21 #21d2ac

Analogous Colors of #ac21d2

#ac21d2 #d221a0 #5421d2

Monochromatic Colors of #ac21d2

#ac21d2

Complementary Color

#ac21d2 #47d221

#ac21d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac21d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac21d2 Color CSS Codes

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

#ac21d2 Text Font Color

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

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


#ac21d2 Background Color

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

This div background color is #ac21d2


#ac21d2 Border Color

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

This div border color is #ac21d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac21d2


Comments

No comments written yet.

Please login to write comment.