Color Hex Logo

#ac01ce Color Hex

#AC01CE
(172,1,206)
0 Favorites   0 Comments

Color spaces of #ac01ce

RGB 1721206
HSL0.810.990.41
HSV290°100°81°
CMYK 0.171.000.00   0.19
XYZ28.164713.248659.4653
Yxy13.24860.27920.1313
Hunter Lab36.398674.4230-71.3844
CIE-Lab43.135578.4495-61.5223

#ac01ce color RGB value is (172,1,206).

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

The process color (four color CMYK) of #ac01ce color hex is 0.17, 1.00, 0.00, 0.19. Web safe color of #ac01ce is #9900cc. Color #ac01ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000001 11001110
Octal 254 1 316
Decimal 172 1 206
Hex AC 1 CE

RGB Percentages of Color #ac01ce

%45.38
%0.26
%54.35

CMYK Percentages of Color #ac01ce

%17
%100
%0
%19

Triadic Colors of #ac01ce

#ac01ce #ceac01 #01ceac

Analogous Colors of #ac01ce

#ac01ce #ce018a #4601ce

Monochromatic Colors of #ac01ce

#ac01ce

Complementary Color

#ac01ce #23ce01

#ac01ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac01ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac01ce Color CSS Codes

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

#ac01ce Text Font Color

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

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


#ac01ce Background Color

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

This div background color is #ac01ce


#ac01ce Border Color

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

This div border color is #ac01ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac01ce


Comments

No comments written yet.

Please login to write comment.