Color Hex Logo

#ab1bab Color Hex

#AB1BAB
(171,27,171)
0 Favorites   0 Comments

Color spaces of #ab1bab

RGB 17127171
HSL0.830.730.39
HSV300°84°67°
CMYK 0.000.840.00   0.33
XYZ24.537212.382139.6248
Yxy12.38210.32060.1618
Hunter Lab35.188262.8910-42.1336
CIE-Lab41.817169.1585-43.1058

#ab1bab color RGB value is (171,27,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011011 10101011
Octal 253 33 253
Decimal 171 27 171
Hex AB 1B AB

RGB Percentages of Color #ab1bab

%46.34
%7.32
%46.34

CMYK Percentages of Color #ab1bab

%0
%84
%0
%33

Triadic Colors of #ab1bab

#ab1bab #abab1b #1babab

Analogous Colors of #ab1bab

#ab1bab #ab1b63 #631bab

Monochromatic Colors of #ab1bab

#ab1bab

Complementary Color

#ab1bab #1bab1b

#ab1bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1bab Color CSS Codes

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

#ab1bab Text Font Color

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

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


#ab1bab Background Color

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

This div background color is #ab1bab


#ab1bab Border Color

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

This div border color is #ab1bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1bab


Comments

No comments written yet.

Please login to write comment.