Color Hex Logo

#ac39cd Color Hex

#AC39CD
(172,57,205)
0 Favorites   0 Comments

Color spaces of #ac39cd

RGB 17257205
HSL0.800.600.51
HSV287°72°80°
CMYK 0.160.720.00   0.20
XYZ29.495816.104759.3115
Yxy16.10470.28110.1535
Hunter Lab40.130760.9678-59.5368
CIE-Lab47.111666.4819-54.5259

#ac39cd color RGB value is (172,57,205).

#ac39cd hex color red value is 172, green value is 57 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ac39cd hue: 0.80 , saturation: 0.60 and the lightness value of ac39cd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 11001101
Octal 254 71 315
Decimal 172 57 205
Hex AC 39 CD

RGB Percentages of Color #ac39cd

%39.63
%13.13
%47.24

CMYK Percentages of Color #ac39cd

%16
%72
%0
%20

Triadic Colors of #ac39cd

#ac39cd #cdac39 #39cdac

Analogous Colors of #ac39cd

#ac39cd #cd39a4 #6239cd

Monochromatic Colors of #ac39cd

#ac39cd

Complementary Color

#ac39cd #5acd39

#ac39cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac39cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac39cd Color CSS Codes

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

#ac39cd Text Font Color

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

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


#ac39cd Background Color

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

This div background color is #ac39cd


#ac39cd Border Color

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

This div border color is #ac39cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac39cd


Comments

No comments written yet.

Please login to write comment.