Color Hex Logo

#ab5dac Color Hex

#AB5DAC
(171,93,172)
0 Favorites   0 Comments

Color spaces of #ab5dac

RGB 17193172
HSL0.830.320.52
HSV299°46°67°
CMYK 0.010.460.00   0.33
XYZ28.155319.465241.3029
Yxy19.46520.31660.2189
Hunter Lab44.119436.7029-24.6215
CIE-Lab51.227143.5347-28.8695

#ab5dac color RGB value is (171,93,172).

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

The process color (four color CMYK) of #ab5dac color hex is 0.01, 0.46, 0.00, 0.33. Web safe color of #ab5dac is #996699. Color #ab5dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011101 10101100
Octal 253 135 254
Decimal 171 93 172
Hex AB 5D AC

RGB Percentages of Color #ab5dac

%39.22
%21.33
%39.45

CMYK Percentages of Color #ab5dac

%1
%46
%0
%33

Triadic Colors of #ab5dac

#ab5dac #acab5d #5dacab

Analogous Colors of #ab5dac

#ab5dac #ac5d86 #845dac

Monochromatic Colors of #ab5dac

#ab5dac

Complementary Color

#ab5dac #5eac5d

#ab5dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5dac Color CSS Codes

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

#ab5dac Text Font Color

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

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


#ab5dac Background Color

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

This div background color is #ab5dac


#ab5dac Border Color

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

This div border color is #ab5dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5dac


Comments

No comments written yet.

Please login to write comment.