Color Hex Logo

#ab50ac Color Hex

#AB50AC
(171,80,172)
0 Favorites   0 Comments

Color spaces of #ab50ac

RGB 17180172
HSL0.830.370.49
HSV299°53°67°
CMYK 0.010.530.00   0.33
XYZ27.109617.373840.9544
Yxy17.37380.31730.2034
Hunter Lab41.681943.1518-29.0779
CIE-Lab48.727650.1297-32.7706

#ab50ac color RGB value is (171,80,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010000 10101100
Octal 253 120 254
Decimal 171 80 172
Hex AB 50 AC

RGB Percentages of Color #ab50ac

%40.43
%18.91
%40.66

CMYK Percentages of Color #ab50ac

%1
%53
%0
%33

Triadic Colors of #ab50ac

#ab50ac #acab50 #50acab

Analogous Colors of #ab50ac

#ab50ac #ac507f #7d50ac

Monochromatic Colors of #ab50ac

#ab50ac

Complementary Color

#ab50ac #51ac50

#ab50ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab50ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab50ac Color CSS Codes

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

#ab50ac Text Font Color

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

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


#ab50ac Background Color

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

This div background color is #ab50ac


#ab50ac Border Color

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

This div border color is #ab50ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab50ac


Comments

No comments written yet.

Please login to write comment.