Color Hex Logo

#ad40ab Color Hex

#AD40AB
(173,64,171)
0 Favorites   0 Comments

Color spaces of #ad40ab

RGB 17364171
HSL0.840.460.46
HSV301°63°68°
CMYK 0.000.630.01   0.32
XYZ26.417715.491340.1258
Yxy15.49130.32200.1888
Hunter Lab39.359050.9307-32.8938
CIE-Lab46.299957.7698-35.9761

#ad40ab color RGB value is (173,64,171).

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

The process color (four color CMYK) of #ad40ab color hex is 0.00, 0.63, 0.01, 0.32. Web safe color of #ad40ab is #993399. Color #ad40ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 10101011
Octal 255 100 253
Decimal 173 64 171
Hex AD 40 AB

RGB Percentages of Color #ad40ab

%42.40
%15.69
%41.91

CMYK Percentages of Color #ad40ab

%0
%63
%1
%32

Triadic Colors of #ad40ab

#ad40ab #abad40 #40abad

Analogous Colors of #ad40ab

#ad40ab #ad4075 #7940ad

Monochromatic Colors of #ad40ab

#ad40ab

Complementary Color

#ad40ab #40ad42

#ad40ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad40ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad40ab Color CSS Codes

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

#ad40ab Text Font Color

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

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


#ad40ab Background Color

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

This div background color is #ad40ab


#ad40ab Border Color

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

This div border color is #ad40ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad40ab


Comments

No comments written yet.

Please login to write comment.