Color Hex Logo

#ab2aaf Color Hex

#AB2AAF
(171,42,175)
0 Favorites   0 Comments

Color spaces of #ab2aaf

RGB 17142175
HSL0.830.610.43
HSV298°76°69°
CMYK 0.020.760.00   0.31
XYZ25.360413.409041.8090
Yxy13.40900.31470.1664
Hunter Lab36.618359.5401-42.0616
CIE-Lab43.373265.9725-42.9997

#ab2aaf color RGB value is (171,42,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101010 10101111
Octal 253 52 257
Decimal 171 42 175
Hex AB 2A AF

RGB Percentages of Color #ab2aaf

%44.07
%10.82
%45.10

CMYK Percentages of Color #ab2aaf

%2
%76
%0
%31

Triadic Colors of #ab2aaf

#ab2aaf #afab2a #2aafab

Analogous Colors of #ab2aaf

#ab2aaf #af2a71 #692aaf

Monochromatic Colors of #ab2aaf

#ab2aaf

Complementary Color

#ab2aaf #2eaf2a

#ab2aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2aaf Color CSS Codes

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

#ab2aaf Text Font Color

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

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


#ab2aaf Background Color

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

This div background color is #ab2aaf


#ab2aaf Border Color

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

This div border color is #ab2aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2aaf


Comments

No comments written yet.

Please login to write comment.