Color Hex Logo

#ad58ab Color Hex

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

Color spaces of #ad58ab

RGB 17388171
HSL0.840.340.51
HSV301°49°68°
CMYK 0.000.490.01   0.32
XYZ28.074018.804040.6779
Yxy18.80400.32060.2148
Hunter Lab43.363639.6764-25.2634
CIE-Lab50.457146.5325-29.4631

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

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

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

Base Numbers

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

RGB Percentages of Color #ad58ab

%40.05
%20.37
%39.58

CMYK Percentages of Color #ad58ab

%0
%49
%1
%32

Triadic Colors of #ad58ab

#ad58ab #abad58 #58abad

Analogous Colors of #ad58ab

#ad58ab #ad5881 #8558ad

Monochromatic Colors of #ad58ab

#ad58ab

Complementary Color

#ad58ab #58ad5a

#ad58ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad58ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad58ab Color CSS Codes

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

#ad58ab Text Font Color

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

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


#ad58ab Background Color

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

This div background color is #ad58ab


#ad58ab Border Color

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

This div border color is #ad58ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad58ab


Comments

No comments written yet.

Please login to write comment.