Color Hex Logo

#ac01cd Color Hex

#AC01CD
(172,1,205)
0 Favorites   0 Comments

Color spaces of #ac01cd

RGB 1721205
HSL0.810.990.40
HSV290°100°80°
CMYK 0.161.000.00   0.20
XYZ28.043613.200158.8274
Yxy13.20010.28020.1319
Hunter Lab36.331974.1982-70.5679
CIE-Lab43.063278.2824-61.0602

#ac01cd color RGB value is (172,1,205).

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

The process color (four color CMYK) of #ac01cd color hex is 0.16, 1.00, 0.00, 0.20. Web safe color of #ac01cd is #9900cc. Color #ac01cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000001 11001101
Octal 254 1 315
Decimal 172 1 205
Hex AC 1 CD

RGB Percentages of Color #ac01cd

%45.50
%0.26
%54.23

CMYK Percentages of Color #ac01cd

%16
%100
%0
%20

Triadic Colors of #ac01cd

#ac01cd #cdac01 #01cdac

Analogous Colors of #ac01cd

#ac01cd #cd0188 #4601cd

Monochromatic Colors of #ac01cd

#ac01cd

Complementary Color

#ac01cd #22cd01

#ac01cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac01cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac01cd Color CSS Codes

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

#ac01cd Text Font Color

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

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


#ac01cd Background Color

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

This div background color is #ac01cd


#ac01cd Border Color

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

This div border color is #ac01cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac01cd


Comments

No comments written yet.

Please login to write comment.