Color Hex Logo

#ad5882 Color Hex

#AD5882
(173,88,130)
0 Favorites   0 Comments

Color spaces of #ad5882

RGB 17388130
HSL0.920.340.51
HSV330°49°68°
CMYK 0.000.490.25   0.32
XYZ24.752617.475423.1876
Yxy17.47540.37840.2671
Hunter Lab41.803632.5365-3.6244
CIE-Lab48.853539.7578-7.6177

#ad5882 color RGB value is (173,88,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 10000010
Octal 255 130 202
Decimal 173 88 130
Hex AD 58 82

RGB Percentages of Color #ad5882

%44.25
%22.51
%33.25

CMYK Percentages of Color #ad5882

%0
%49
%25
%32

Triadic Colors of #ad5882

#ad5882 #82ad58 #5882ad

Analogous Colors of #ad5882

#ad5882 #ad5958 #ad58ad

Monochromatic Colors of #ad5882

#ad5882

Complementary Color

#ad5882 #58ad83

#ad5882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5882 Color CSS Codes

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

#ad5882 Text Font Color

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

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


#ad5882 Background Color

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

This div background color is #ad5882


#ad5882 Border Color

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

This div border color is #ad5882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5882

#ad5882 Color Palettes


Comments

No comments written yet.

Please login to write comment.