Color Hex Logo

#ac5fab Color Hex

#AC5FAB
(172,95,171)
0 Favorites   0 Comments

Color spaces of #ac5fab

RGB 17295171
HSL0.840.320.52
HSV301°45°67°
CMYK 0.000.450.01   0.33
XYZ28.456219.895340.8685
Yxy19.89530.31890.2230
Hunter Lab44.604135.8208-23.1015
CIE-Lab51.718642.5991-27.5127

#ac5fab color RGB value is (172,95,171).

#ac5fab hex color red value is 172, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ac5fab hue: 0.84 , saturation: 0.32 and the lightness value of ac5fab is 0.52.

The process color (four color CMYK) of #ac5fab color hex is 0.00, 0.45, 0.01, 0.33. Web safe color of #ac5fab is #996699. Color #ac5fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011111 10101011
Octal 254 137 253
Decimal 172 95 171
Hex AC 5F AB

RGB Percentages of Color #ac5fab

%39.27
%21.69
%39.04

CMYK Percentages of Color #ac5fab

%0
%45
%1
%33

Triadic Colors of #ac5fab

#ac5fab #abac5f #5fabac

Analogous Colors of #ac5fab

#ac5fab #ac5f85 #875fac

Monochromatic Colors of #ac5fab

#ac5fab

Complementary Color

#ac5fab #5fac60

#ac5fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5fab Color CSS Codes

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

#ac5fab Text Font Color

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

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


#ac5fab Background Color

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

This div background color is #ac5fab


#ac5fab Border Color

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

This div border color is #ac5fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,95,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 #ac5fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5fab


Comments

No comments written yet.

Please login to write comment.