Color Hex Logo

#ab329c Color Hex

#AB329C
(171,50,156)
0 Favorites   0 Comments

Color spaces of #ab329c

RGB 17150156
HSL0.850.550.43
HSV307°71°67°
CMYK 0.000.710.09   0.33
XYZ23.935913.339432.7657
Yxy13.33940.34170.1905
Hunter Lab36.523153.0667-27.6241
CIE-Lab43.270260.2727-31.8341

#ab329c color RGB value is (171,50,156).

#ab329c hex color red value is 171, green value is 50 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ab329c hue: 0.85 , saturation: 0.55 and the lightness value of ab329c is 0.43.

The process color (four color CMYK) of #ab329c color hex is 0.00, 0.71, 0.09, 0.33. Web safe color of #ab329c is #993399. Color #ab329c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110010 10011100
Octal 253 62 234
Decimal 171 50 156
Hex AB 32 9C

RGB Percentages of Color #ab329c

%45.36
%13.26
%41.38

CMYK Percentages of Color #ab329c

%0
%71
%9
%33

Triadic Colors of #ab329c

#ab329c #9cab32 #329cab

Analogous Colors of #ab329c

#ab329c #ab3260 #7e32ab

Monochromatic Colors of #ab329c

#ab329c

Complementary Color

#ab329c #32ab41

#ab329c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab329c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab329c Color CSS Codes

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

#ab329c Text Font Color

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

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


#ab329c Background Color

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

This div background color is #ab329c


#ab329c Border Color

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

This div border color is #ab329c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab329c


Comments

No comments written yet.

Please login to write comment.