Color Hex Logo

#ab49ab Color Hex

#AB49AB
(171,73,171)
0 Favorites   0 Comments

Color spaces of #ab49ab

RGB 17173171
HSL0.830.400.48
HSV300°57°67°
CMYK 0.000.570.00   0.33
XYZ26.527816.363340.2883
Yxy16.36330.31890.1967
Hunter Lab40.451646.2685-30.7346
CIE-Lab47.447653.2757-34.1906

#ab49ab color RGB value is (171,73,171).

#ab49ab hex color red value is 171, green value is 73 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ab49ab hue: 0.83 , saturation: 0.40 and the lightness value of ab49ab is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 10101011
Octal 253 111 253
Decimal 171 73 171
Hex AB 49 AB

RGB Percentages of Color #ab49ab

%41.20
%17.59
%41.20

CMYK Percentages of Color #ab49ab

%0
%57
%0
%33

Triadic Colors of #ab49ab

#ab49ab #abab49 #49abab

Analogous Colors of #ab49ab

#ab49ab #ab497a #7a49ab

Monochromatic Colors of #ab49ab

#ab49ab

Complementary Color

#ab49ab #49ab49

#ab49ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab49ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab49ab Color CSS Codes

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

#ab49ab Text Font Color

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

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


#ab49ab Background Color

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

This div background color is #ab49ab


#ab49ab Border Color

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

This div border color is #ab49ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab49ab


Comments

No comments written yet.

Please login to write comment.