Color Hex Logo

#ab1aaa Color Hex

#AB1AAA
(171,26,170)
0 Favorites   0 Comments

Color spaces of #ab1aaa

RGB 17126170
HSL0.830.740.39
HSV300°85°67°
CMYK 0.000.850.01   0.33
XYZ24.419712.299039.1171
Yxy12.29900.32200.1622
Hunter Lab35.069962.9198-41.5833
CIE-Lab41.687469.2083-42.7168

#ab1aaa color RGB value is (171,26,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011010 10101010
Octal 253 32 252
Decimal 171 26 170
Hex AB 1A AA

RGB Percentages of Color #ab1aaa

%46.59
%7.08
%46.32

CMYK Percentages of Color #ab1aaa

%0
%85
%1
%33

Triadic Colors of #ab1aaa

#ab1aaa #aaab1a #1aaaab

Analogous Colors of #ab1aaa

#ab1aaa #ab1a62 #631aab

Monochromatic Colors of #ab1aaa

#ab1aaa

Complementary Color

#ab1aaa #1aab1b

#ab1aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1aaa Color CSS Codes

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

#ab1aaa Text Font Color

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

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


#ab1aaa Background Color

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

This div background color is #ab1aaa


#ab1aaa Border Color

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

This div border color is #ab1aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1aaa


Comments

No comments written yet.

Please login to write comment.