Color Hex Logo

#ac39af Color Hex

#AC39AF
(172,57,175)
0 Favorites   0 Comments

Color spaces of #ac39af

RGB 17257175
HSL0.830.510.45
HSV298°67°69°
CMYK 0.020.670.00   0.31
XYZ26.214214.792142.0309
Yxy14.79210.31570.1781
Hunter Lab38.460554.3575-37.8717
CIE-Lab45.348161.0323-39.8513

#ac39af color RGB value is (172,57,175).

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

The process color (four color CMYK) of #ac39af color hex is 0.02, 0.67, 0.00, 0.31. Web safe color of #ac39af is #993399. Color #ac39af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 10101111
Octal 254 71 257
Decimal 172 57 175
Hex AC 39 AF

RGB Percentages of Color #ac39af

%42.57
%14.11
%43.32

CMYK Percentages of Color #ac39af

%2
%67
%0
%31

Triadic Colors of #ac39af

#ac39af #afac39 #39afac

Analogous Colors of #ac39af

#ac39af #af3977 #7139af

Monochromatic Colors of #ac39af

#ac39af

Complementary Color

#ac39af #3caf39

#ac39af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac39af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac39af Color CSS Codes

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

#ac39af Text Font Color

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

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


#ac39af Background Color

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

This div background color is #ac39af


#ac39af Border Color

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

This div border color is #ac39af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac39af


Comments

No comments written yet.

Please login to write comment.