Color Hex Logo

#ab55ad Color Hex

#AB55AD
(171,85,173)
0 Favorites   0 Comments

Color spaces of #ab55ad

RGB 17185173
HSL0.830.350.51
HSV299°51°68°
CMYK 0.010.510.00   0.32
XYZ27.585918.172141.5888
Yxy18.17210.31580.2080
Hunter Lab42.628740.9106-28.0035
CIE-Lab49.704247.8367-31.8285

#ab55ad color RGB value is (171,85,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 10101101
Octal 253 125 255
Decimal 171 85 173
Hex AB 55 AD

RGB Percentages of Color #ab55ad

%39.86
%19.81
%40.33

CMYK Percentages of Color #ab55ad

%1
%51
%0
%32

Triadic Colors of #ab55ad

#ab55ad #adab55 #55adab

Analogous Colors of #ab55ad

#ab55ad #ad5583 #7f55ad

Monochromatic Colors of #ab55ad

#ab55ad

Complementary Color

#ab55ad #57ad55

#ab55ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab55ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab55ad Color CSS Codes

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

#ab55ad Text Font Color

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

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


#ab55ad Background Color

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

This div background color is #ab55ad


#ab55ad Border Color

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

This div border color is #ab55ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab55ad


Comments

No comments written yet.

Please login to write comment.