Color Hex Logo

#ab1baa Color Hex

#AB1BAA
(171,27,170)
0 Favorites   0 Comments

Color spaces of #ab1baa

RGB 17127170
HSL0.830.730.39
HSV300°84°67°
CMYK 0.000.840.01   0.33
XYZ24.442212.344139.1246
Yxy12.34410.32200.1626
Hunter Lab35.134262.6944-41.4301
CIE-Lab41.757969.0023-42.6045

#ab1baa color RGB value is (171,27,170).

#ab1baa hex color red value is 171, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab1baa hue: 0.83 , saturation: 0.73 and the lightness value of ab1baa is 0.39.

The process color (four color CMYK) of #ab1baa color hex is 0.00, 0.84, 0.01, 0.33. Web safe color of #ab1baa is #993399. Color #ab1baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011011 10101010
Octal 253 33 252
Decimal 171 27 170
Hex AB 1B AA

RGB Percentages of Color #ab1baa

%46.47
%7.34
%46.20

CMYK Percentages of Color #ab1baa

%0
%84
%1
%33

Triadic Colors of #ab1baa

#ab1baa #aaab1b #1baaab

Analogous Colors of #ab1baa

#ab1baa #ab1b62 #641bab

Monochromatic Colors of #ab1baa

#ab1baa

Complementary Color

#ab1baa #1bab1c

#ab1baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1baa Color CSS Codes

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

#ab1baa Text Font Color

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

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


#ab1baa Background Color

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

This div background color is #ab1baa


#ab1baa Border Color

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

This div border color is #ab1baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1baa


Comments

No comments written yet.

Please login to write comment.