Color Hex Logo

#ac40cd Color Hex

#AC40CD
(172,64,205)
0 Favorites   0 Comments

Color spaces of #ac40cd

RGB 17264205
HSL0.790.590.53
HSV286°69°80°
CMYK 0.160.690.00   0.20
XYZ29.866116.845259.4349
Yxy16.84520.28140.1587
Hunter Lab41.042958.0658-57.1288
CIE-Lab48.064463.7856-52.9962

#ac40cd color RGB value is (172,64,205).

#ac40cd hex color red value is 172, green value is 64 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ac40cd hue: 0.79 , saturation: 0.59 and the lightness value of ac40cd is 0.53.

The process color (four color CMYK) of #ac40cd color hex is 0.16, 0.69, 0.00, 0.20. Web safe color of #ac40cd is #9933cc. Color #ac40cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 11001101
Octal 254 100 315
Decimal 172 64 205
Hex AC 40 CD

RGB Percentages of Color #ac40cd

%39.00
%14.51
%46.49

CMYK Percentages of Color #ac40cd

%16
%69
%0
%20

Triadic Colors of #ac40cd

#ac40cd #cdac40 #40cdac

Analogous Colors of #ac40cd

#ac40cd #cd40a8 #6640cd

Monochromatic Colors of #ac40cd

#ac40cd

Complementary Color

#ac40cd #61cd40

#ac40cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac40cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac40cd Color CSS Codes

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

#ac40cd Text Font Color

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

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


#ac40cd Background Color

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

This div background color is #ac40cd


#ac40cd Border Color

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

This div border color is #ac40cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,64,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 #ac40cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac40cd


Comments

No comments written yet.

Please login to write comment.