Color Hex Logo

#ac35a1 Color Hex

#AC35A1
(172,53,161)
0 Favorites   0 Comments

Color spaces of #ac35a1

RGB 17253161
HSL0.850.530.44
HSV306°69°67°
CMYK 0.000.690.06   0.33
XYZ24.719413.890135.0964
Yxy13.89010.33540.1885
Hunter Lab37.269453.1708-29.7445
CIE-Lab44.074960.2126-33.5521

#ac35a1 color RGB value is (172,53,161).

#ac35a1 hex color red value is 172, green value is 53 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ac35a1 hue: 0.85 , saturation: 0.53 and the lightness value of ac35a1 is 0.44.

The process color (four color CMYK) of #ac35a1 color hex is 0.00, 0.69, 0.06, 0.33. Web safe color of #ac35a1 is #993399. Color #ac35a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110101 10100001
Octal 254 65 241
Decimal 172 53 161
Hex AC 35 A1

RGB Percentages of Color #ac35a1

%44.56
%13.73
%41.71

CMYK Percentages of Color #ac35a1

%0
%69
%6
%33

Triadic Colors of #ac35a1

#ac35a1 #a1ac35 #35a1ac

Analogous Colors of #ac35a1

#ac35a1 #ac3566 #7c35ac

Monochromatic Colors of #ac35a1

#ac35a1

Complementary Color

#ac35a1 #35ac40

#ac35a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac35a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac35a1 Color CSS Codes

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

#ac35a1 Text Font Color

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

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


#ac35a1 Background Color

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

This div background color is #ac35a1


#ac35a1 Border Color

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

This div border color is #ac35a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac35a1


Comments

No comments written yet.

Please login to write comment.