Color Hex Logo

#ab6dab Color Hex

#AB6DAB
(171,109,171)
0 Favorites   0 Comments

Color spaces of #ab6dab

RGB 171109171
HSL0.830.270.55
HSV300°36°67°
CMYK 0.000.360.00   0.33
XYZ29.613922.535541.3170
Yxy22.53550.31680.2411
Hunter Lab47.471628.2773-18.3731
CIE-Lab54.590634.6957-23.0868

#ab6dab color RGB value is (171,109,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101101 10101011
Octal 253 155 253
Decimal 171 109 171
Hex AB 6D AB

RGB Percentages of Color #ab6dab

%37.92
%24.17
%37.92

CMYK Percentages of Color #ab6dab

%0
%36
%0
%33

Triadic Colors of #ab6dab

#ab6dab #abab6d #6dabab

Analogous Colors of #ab6dab

#ab6dab #ab6d8c #8c6dab

Monochromatic Colors of #ab6dab

#ab6dab

Complementary Color

#ab6dab #6dab6d

#ab6dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6dab Color CSS Codes

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

#ab6dab Text Font Color

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

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


#ab6dab Background Color

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

This div background color is #ab6dab


#ab6dab Border Color

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

This div border color is #ab6dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6dab


Comments

No comments written yet.

Please login to write comment.