Color Hex Logo

#ad2081 Color Hex

#AD2081
(173,32,129)
0 Favorites   0 Comments

Color spaces of #ad2081

RGB 17332129
HSL0.890.690.40
HSV319°82°68°
CMYK 0.000.820.25   0.32
XYZ21.712511.502221.8447
Yxy11.50220.39430.2089
Hunter Lab33.914954.9256-14.4485
CIE-Lab40.413762.4892-19.8174

#ad2081 color RGB value is (173,32,129).

#ad2081 hex color red value is 173, green value is 32 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ad2081 hue: 0.89 , saturation: 0.69 and the lightness value of ad2081 is 0.40.

The process color (four color CMYK) of #ad2081 color hex is 0.00, 0.82, 0.25, 0.32. Web safe color of #ad2081 is #993399. Color #ad2081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100000 10000001
Octal 255 40 201
Decimal 173 32 129
Hex AD 20 81

RGB Percentages of Color #ad2081

%51.80
%9.58
%38.62

CMYK Percentages of Color #ad2081

%0
%82
%25
%32

Triadic Colors of #ad2081

#ad2081 #81ad20 #2081ad

Analogous Colors of #ad2081

#ad2081 #ad203b #9320ad

Monochromatic Colors of #ad2081

#ad2081

Complementary Color

#ad2081 #20ad4c

#ad2081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2081 Color CSS Codes

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

#ad2081 Text Font Color

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

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


#ad2081 Background Color

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

This div background color is #ad2081


#ad2081 Border Color

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

This div border color is #ad2081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2081


Comments

No comments written yet.

Please login to write comment.