Color Hex Logo

#ab75ac Color Hex

#AB75AC
(171,117,172)
0 Favorites   0 Comments

Color spaces of #ab75ac

RGB 171117172
HSL0.830.250.57
HSV299°32°67°
CMYK 0.010.320.00   0.33
XYZ30.602324.359142.1186
Yxy24.35910.31520.2509
Hunter Lab49.354924.3070-16.0485
CIE-Lab56.445630.4303-20.8191

#ab75ac color RGB value is (171,117,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 10101100
Octal 253 165 254
Decimal 171 117 172
Hex AB 75 AC

RGB Percentages of Color #ab75ac

%37.17
%25.43
%37.39

CMYK Percentages of Color #ab75ac

%1
%32
%0
%33

Triadic Colors of #ab75ac

#ab75ac #acab75 #75acab

Analogous Colors of #ab75ac

#ab75ac #ac7592 #9075ac

Monochromatic Colors of #ab75ac

#ab75ac

Complementary Color

#ab75ac #76ac75

#ab75ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab75ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab75ac Color CSS Codes

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

#ab75ac Text Font Color

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

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


#ab75ac Background Color

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

This div background color is #ab75ac


#ab75ac Border Color

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

This div border color is #ab75ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab75ac


Comments

No comments written yet.

Please login to write comment.