Color Hex Logo

#ad5fab Color Hex

#AD5FAB
(173,95,171)
0 Favorites   0 Comments

Color spaces of #ad5fab

RGB 17395171
HSL0.840.320.53
HSV302°45°68°
CMYK 0.000.450.01   0.32
XYZ28.676520.008940.8788
Yxy20.00890.32020.2234
Hunter Lab44.731336.1536-22.8717
CIE-Lab51.847342.9056-27.3030

#ad5fab color RGB value is (173,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011111 10101011
Octal 255 137 253
Decimal 173 95 171
Hex AD 5F AB

RGB Percentages of Color #ad5fab

%39.41
%21.64
%38.95

CMYK Percentages of Color #ad5fab

%0
%45
%1
%32

Triadic Colors of #ad5fab

#ad5fab #abad5f #5fabad

Analogous Colors of #ad5fab

#ad5fab #ad5f84 #885fad

Monochromatic Colors of #ad5fab

#ad5fab

Complementary Color

#ad5fab #5fad61

#ad5fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5fab Color CSS Codes

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

#ad5fab Text Font Color

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

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


#ad5fab Background Color

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

This div background color is #ad5fab


#ad5fab Border Color

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

This div border color is #ad5fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5fab


Comments

No comments written yet.

Please login to write comment.