Color Hex Logo

#ac01c1 Color Hex

#AC01C1
(172,1,193)
0 Favorites   0 Comments

Color spaces of #ac01c1

RGB 1721193
HSL0.820.990.38
HSV293°99°76°
CMYK 0.110.990.00   0.24
XYZ26.649812.642651.4877
Yxy12.64260.29360.1393
Hunter Lab35.556471.5633-60.9657
CIE-Lab42.219776.3096-55.4368

#ac01c1 color RGB value is (172,1,193).

#ac01c1 hex color red value is 172, green value is 1 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ac01c1 hue: 0.82 , saturation: 0.99 and the lightness value of ac01c1 is 0.38.

The process color (four color CMYK) of #ac01c1 color hex is 0.11, 0.99, 0.00, 0.24. Web safe color of #ac01c1 is #9900cc. Color #ac01c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000001 11000001
Octal 254 1 301
Decimal 172 1 193
Hex AC 1 C1

RGB Percentages of Color #ac01c1

%46.99
%0.27
%52.73

CMYK Percentages of Color #ac01c1

%11
%99
%0
%24

Triadic Colors of #ac01c1

#ac01c1 #c1ac01 #01c1ac

Analogous Colors of #ac01c1

#ac01c1 #c10176 #4c01c1

Monochromatic Colors of #ac01c1

#ac01c1

Complementary Color

#ac01c1 #16c101

#ac01c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac01c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac01c1 Color CSS Codes

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

#ac01c1 Text Font Color

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

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


#ac01c1 Background Color

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

This div background color is #ac01c1


#ac01c1 Border Color

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

This div border color is #ac01c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac01c1


Comments

No comments written yet.

Please login to write comment.