Color Hex Logo

#ab6caa Color Hex

#AB6CAA
(171,108,170)
0 Favorites   0 Comments

Color spaces of #ab6caa

RGB 171108170
HSL0.840.270.55
HSV301°37°67°
CMYK 0.000.370.01   0.33
XYZ29.412822.285340.7815
Yxy22.28530.31800.2410
Hunter Lab47.207328.6027-18.1744
CIE-Lab54.328435.0570-22.9106

#ab6caa color RGB value is (171,108,170).

#ab6caa hex color red value is 171, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab6caa hue: 0.84 , saturation: 0.27 and the lightness value of ab6caa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101100 10101010
Octal 253 154 252
Decimal 171 108 170
Hex AB 6C AA

RGB Percentages of Color #ab6caa

%38.08
%24.05
%37.86

CMYK Percentages of Color #ab6caa

%0
%37
%1
%33

Triadic Colors of #ab6caa

#ab6caa #aaab6c #6caaab

Analogous Colors of #ab6caa

#ab6caa #ab6c8b #8d6cab

Monochromatic Colors of #ab6caa

#ab6caa

Complementary Color

#ab6caa #6cab6d

#ab6caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6caa Color CSS Codes

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

#ab6caa Text Font Color

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

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


#ab6caa Background Color

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

This div background color is #ab6caa


#ab6caa Border Color

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

This div border color is #ab6caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,108,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab6caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6caa


Comments

No comments written yet.

Please login to write comment.