Color Hex Logo

#ac35af Color Hex

#AC35AF
(172,53,175)
0 Favorites   0 Comments

Color spaces of #ac35af

RGB 17253175
HSL0.830.540.45
HSV299°70°69°
CMYK 0.020.700.00   0.31
XYZ26.024214.412041.9676
Yxy14.41200.31580.1749
Hunter Lab37.963155.9285-38.9699
CIE-Lab44.818162.5287-40.6921

#ac35af color RGB value is (172,53,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110101 10101111
Octal 254 65 257
Decimal 172 53 175
Hex AC 35 AF

RGB Percentages of Color #ac35af

%43.00
%13.25
%43.75

CMYK Percentages of Color #ac35af

%2
%70
%0
%31

Triadic Colors of #ac35af

#ac35af #afac35 #35afac

Analogous Colors of #ac35af

#ac35af #af3575 #6f35af

Monochromatic Colors of #ac35af

#ac35af

Complementary Color

#ac35af #38af35

#ac35af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac35af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac35af Color CSS Codes

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

#ac35af Text Font Color

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

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


#ac35af Background Color

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

This div background color is #ac35af


#ac35af Border Color

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

This div border color is #ac35af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac35af


Comments

No comments written yet.

Please login to write comment.