Color Hex Logo

#ab326f Color Hex

#AB326F
(171,50,111)
0 Favorites   0 Comments

Color spaces of #ab326f

RGB 17150111
HSL0.920.550.43
HSV330°71°67°
CMYK 0.000.710.35   0.33
XYZ20.804412.086816.2754
Yxy12.08680.42310.2458
Hunter Lab34.766145.9757-3.4198
CIE-Lab41.353754.1155-7.2562

#ab326f color RGB value is (171,50,111).

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

The process color (four color CMYK) of #ab326f color hex is 0.00, 0.71, 0.35, 0.33. Web safe color of #ab326f is #993366. Color #ab326f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110010 01101111
Octal 253 62 157
Decimal 171 50 111
Hex AB 32 6F

RGB Percentages of Color #ab326f

%51.51
%15.06
%33.43

CMYK Percentages of Color #ab326f

%0
%71
%35
%33

Triadic Colors of #ab326f

#ab326f #6fab32 #326fab

Analogous Colors of #ab326f

#ab326f #ab3233 #ab32ab

Monochromatic Colors of #ab326f

#ab326f

Complementary Color

#ab326f #32ab6e

#ab326f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab326f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab326f Color CSS Codes

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

#ab326f Text Font Color

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

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


#ab326f Background Color

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

This div background color is #ab326f


#ab326f Border Color

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

This div border color is #ab326f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab326f


Comments

No comments written yet.

Please login to write comment.