Color Hex Logo

#ab51ad Color Hex

#AB51AD
(171,81,173)
0 Favorites   0 Comments

Color spaces of #ab51ad

RGB 17181173
HSL0.830.360.50
HSV299°53°68°
CMYK 0.010.530.00   0.32
XYZ27.279817.559941.4868
Yxy17.55990.31600.2034
Hunter Lab41.904542.8703-29.3658
CIE-Lab48.957949.8244-32.9965

#ab51ad color RGB value is (171,81,173).

#ab51ad hex color red value is 171, green value is 81 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ab51ad hue: 0.83 , saturation: 0.36 and the lightness value of ab51ad is 0.50.

The process color (four color CMYK) of #ab51ad color hex is 0.01, 0.53, 0.00, 0.32. Web safe color of #ab51ad is #996699. Color #ab51ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 10101101
Octal 253 121 255
Decimal 171 81 173
Hex AB 51 AD

RGB Percentages of Color #ab51ad

%40.24
%19.06
%40.71

CMYK Percentages of Color #ab51ad

%1
%53
%0
%32

Triadic Colors of #ab51ad

#ab51ad #adab51 #51adab

Analogous Colors of #ab51ad

#ab51ad #ad5181 #7d51ad

Monochromatic Colors of #ab51ad

#ab51ad

Complementary Color

#ab51ad #53ad51

#ab51ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab51ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab51ad Color CSS Codes

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

#ab51ad Text Font Color

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

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


#ab51ad Background Color

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

This div background color is #ab51ad


#ab51ad Border Color

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

This div border color is #ab51ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab51ad


Comments

No comments written yet.

Please login to write comment.