Color Hex Logo

#ac39ce Color Hex

#AC39CE
(172,57,206)
0 Favorites   0 Comments

Color spaces of #ac39ce

RGB 17257206
HSL0.800.600.52
HSV286°72°81°
CMYK 0.170.720.00   0.19
XYZ29.617016.153159.9494
Yxy16.15310.28010.1528
Hunter Lab40.190961.2039-60.3042
CIE-Lab47.174766.6727-55.0005

#ac39ce color RGB value is (172,57,206).

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

The process color (four color CMYK) of #ac39ce color hex is 0.17, 0.72, 0.00, 0.19. Web safe color of #ac39ce is #9933cc. Color #ac39ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 11001110
Octal 254 71 316
Decimal 172 57 206
Hex AC 39 CE

RGB Percentages of Color #ac39ce

%39.54
%13.10
%47.36

CMYK Percentages of Color #ac39ce

%17
%72
%0
%19

Triadic Colors of #ac39ce

#ac39ce #ceac39 #39ceac

Analogous Colors of #ac39ce

#ac39ce #ce39a6 #6239ce

Monochromatic Colors of #ac39ce

#ac39ce

Complementary Color

#ac39ce #5bce39

#ac39ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac39ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac39ce Color CSS Codes

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

#ac39ce Text Font Color

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

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


#ac39ce Background Color

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

This div background color is #ac39ce


#ac39ce Border Color

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

This div border color is #ac39ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac39ce


Comments

No comments written yet.

Please login to write comment.