Color Hex Logo

#ab68ac Color Hex

#AB68AC
(171,104,172)
0 Favorites   0 Comments

Color spaces of #ab68ac

RGB 171104172
HSL0.830.290.54
HSV299°40°67°
CMYK 0.010.400.00   0.33
XYZ29.191321.537141.6483
Yxy21.53710.31600.2331
Hunter Lab46.408131.0647-20.7233
CIE-Lab53.532437.6371-25.2974

#ab68ac color RGB value is (171,104,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101000 10101100
Octal 253 150 254
Decimal 171 104 172
Hex AB 68 AC

RGB Percentages of Color #ab68ac

%38.26
%23.27
%38.48

CMYK Percentages of Color #ab68ac

%1
%40
%0
%33

Triadic Colors of #ab68ac

#ab68ac #acab68 #68acab

Analogous Colors of #ab68ac

#ab68ac #ac688b #8968ac

Monochromatic Colors of #ab68ac

#ab68ac

Complementary Color

#ab68ac #69ac68

#ab68ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab68ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab68ac Color CSS Codes

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

#ab68ac Text Font Color

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

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


#ab68ac Background Color

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

This div background color is #ab68ac


#ab68ac Border Color

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

This div border color is #ab68ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab68ac


Comments

No comments written yet.

Please login to write comment.