Color Hex Logo

#ad3984 Color Hex

#AD3984
(173,57,132)
0 Favorites   0 Comments

Color spaces of #ad3984

RGB 17357132
HSL0.890.500.45
HSV321°67°68°
CMYK 0.000.670.24   0.32
XYZ22.861613.476423.2261
Yxy13.47640.38380.2263
Hunter Lab36.710246.9195-11.8149
CIE-Lab43.472554.6047-16.9615

#ad3984 color RGB value is (173,57,132).

#ad3984 hex color red value is 173, green value is 57 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ad3984 hue: 0.89 , saturation: 0.50 and the lightness value of ad3984 is 0.45.

The process color (four color CMYK) of #ad3984 color hex is 0.00, 0.67, 0.24, 0.32. Web safe color of #ad3984 is #993399. Color #ad3984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 10000100
Octal 255 71 204
Decimal 173 57 132
Hex AD 39 84

RGB Percentages of Color #ad3984

%47.79
%15.75
%36.46

CMYK Percentages of Color #ad3984

%0
%67
%24
%32

Triadic Colors of #ad3984

#ad3984 #84ad39 #3984ad

Analogous Colors of #ad3984

#ad3984 #ad394a #9c39ad

Monochromatic Colors of #ad3984

#ad3984

Complementary Color

#ad3984 #39ad62

#ad3984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3984 Color CSS Codes

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

#ad3984 Text Font Color

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

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


#ad3984 Background Color

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

This div background color is #ad3984


#ad3984 Border Color

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

This div border color is #ad3984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3984


Comments

No comments written yet.

Please login to write comment.