Color Hex Logo

#ac17ab Color Hex

#AC17AB
(172,23,171)
0 Favorites   0 Comments

Color spaces of #ac17ab

RGB 17223171
HSL0.830.760.38
HSV300°87°67°
CMYK 0.000.870.01   0.33
XYZ24.670312.323739.6065
Yxy12.32370.32210.1609
Hunter Lab35.105164.0078-42.3189
CIE-Lab41.726070.1256-43.2408

#ac17ab color RGB value is (172,23,171).

#ac17ab hex color red value is 172, green value is 23 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ac17ab hue: 0.83 , saturation: 0.76 and the lightness value of ac17ab is 0.38.

The process color (four color CMYK) of #ac17ab color hex is 0.00, 0.87, 0.01, 0.33. Web safe color of #ac17ab is #990099. Color #ac17ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010111 10101011
Octal 254 27 253
Decimal 172 23 171
Hex AC 17 AB

RGB Percentages of Color #ac17ab

%46.99
%6.28
%46.72

CMYK Percentages of Color #ac17ab

%0
%87
%1
%33

Triadic Colors of #ac17ab

#ac17ab #abac17 #17abac

Analogous Colors of #ac17ab

#ac17ab #ac1761 #6217ac

Monochromatic Colors of #ac17ab

#ac17ab

Complementary Color

#ac17ab #17ac18

#ac17ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac17ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac17ab Color CSS Codes

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

#ac17ab Text Font Color

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

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


#ac17ab Background Color

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

This div background color is #ac17ab


#ac17ab Border Color

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

This div border color is #ac17ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac17ab


Comments

No comments written yet.

Please login to write comment.