Color Hex Logo

#ab34ac Color Hex

#AB34AC
(171,52,172)
0 Favorites   0 Comments

Color spaces of #ab34ac

RGB 17152172
HSL0.830.540.44
HSV300°70°67°
CMYK 0.010.700.00   0.33
XYZ25.469014.092540.4075
Yxy14.09250.31850.1762
Hunter Lab37.540055.4084-37.5409
CIE-Lab44.365362.1549-39.6463

#ab34ac color RGB value is (171,52,172).

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

The process color (four color CMYK) of #ab34ac color hex is 0.01, 0.70, 0.00, 0.33. Web safe color of #ab34ac is #993399. Color #ab34ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110100 10101100
Octal 253 64 254
Decimal 171 52 172
Hex AB 34 AC

RGB Percentages of Color #ab34ac

%43.29
%13.16
%43.54

CMYK Percentages of Color #ab34ac

%1
%70
%0
%33

Triadic Colors of #ab34ac

#ab34ac #acab34 #34acab

Analogous Colors of #ab34ac

#ab34ac #ac3471 #6f34ac

Monochromatic Colors of #ab34ac

#ab34ac

Complementary Color

#ab34ac #35ac34

#ab34ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab34ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab34ac Color CSS Codes

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

#ab34ac Text Font Color

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

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


#ab34ac Background Color

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

This div background color is #ab34ac


#ab34ac Border Color

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

This div border color is #ab34ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab34ac


Comments

No comments written yet.

Please login to write comment.