Color Hex Logo

#ab2aae Color Hex

#AB2AAE
(171,42,174)
0 Favorites   0 Comments

Color spaces of #ab2aae

RGB 17142174
HSL0.830.610.42
HSV299°76°68°
CMYK 0.020.760.00   0.32
XYZ25.262513.369841.2936
Yxy13.36980.31610.1673
Hunter Lab36.564759.3370-41.3626
CIE-Lab43.315265.8074-42.4998

#ab2aae color RGB value is (171,42,174).

#ab2aae hex color red value is 171, green value is 42 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ab2aae hue: 0.83 , saturation: 0.61 and the lightness value of ab2aae is 0.42.

The process color (four color CMYK) of #ab2aae color hex is 0.02, 0.76, 0.00, 0.32. Web safe color of #ab2aae is #993399. Color #ab2aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101010 10101110
Octal 253 52 256
Decimal 171 42 174
Hex AB 2A AE

RGB Percentages of Color #ab2aae

%44.19
%10.85
%44.96

CMYK Percentages of Color #ab2aae

%2
%76
%0
%32

Triadic Colors of #ab2aae

#ab2aae #aeab2a #2aaeab

Analogous Colors of #ab2aae

#ab2aae #ae2a6f #692aae

Monochromatic Colors of #ab2aae

#ab2aae

Complementary Color

#ab2aae #2dae2a

#ab2aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2aae Color CSS Codes

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

#ab2aae Text Font Color

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

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


#ab2aae Background Color

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

This div background color is #ab2aae


#ab2aae Border Color

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

This div border color is #ab2aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2aae


Comments

No comments written yet.

Please login to write comment.