Color Hex Logo

#ab58ad Color Hex

#AB58AD
(171,88,173)
0 Favorites   0 Comments

Color spaces of #ab58ad

RGB 17188173
HSL0.830.340.51
HSV299°49°68°
CMYK 0.010.490.00   0.32
XYZ27.827118.654541.6692
Yxy18.65450.31570.2116
Hunter Lab43.190939.4204-26.9676
CIE-Lab50.280546.3146-30.9283

#ab58ad color RGB value is (171,88,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 10101101
Octal 253 130 255
Decimal 171 88 173
Hex AB 58 AD

RGB Percentages of Color #ab58ad

%39.58
%20.37
%40.05

CMYK Percentages of Color #ab58ad

%1
%49
%0
%32

Triadic Colors of #ab58ad

#ab58ad #adab58 #58adab

Analogous Colors of #ab58ad

#ab58ad #ad5885 #8158ad

Monochromatic Colors of #ab58ad

#ab58ad

Complementary Color

#ab58ad #5aad58

#ab58ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab58ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab58ad Color CSS Codes

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

#ab58ad Text Font Color

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

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


#ab58ad Background Color

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

This div background color is #ab58ad


#ab58ad Border Color

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

This div border color is #ab58ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab58ad


Comments

No comments written yet.

Please login to write comment.