Color Hex Logo

#ad085d Color Hex

#AD085D
(173,8,93)
0 Favorites   0 Comments

Color spaces of #ad085d

RGB 173893
HSL0.910.910.35
HSV329°95°68°
CMYK 0.000.950.46   0.32
XYZ19.29629.848211.2398
Yxy9.84820.47780.2439
Hunter Lab31.381854.83860.7318
CIE-Lab37.568662.9658-1.4605

#ad085d color RGB value is (173,8,93).

#ad085d hex color red value is 173, green value is 8 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ad085d hue: 0.91 , saturation: 0.91 and the lightness value of ad085d is 0.35.

The process color (four color CMYK) of #ad085d color hex is 0.00, 0.95, 0.46, 0.32. Web safe color of #ad085d is #990066. Color #ad085d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 01011101
Octal 255 10 135
Decimal 173 8 93
Hex AD 8 5D

RGB Percentages of Color #ad085d

%63.14
%2.92
%33.94

CMYK Percentages of Color #ad085d

%0
%95
%46
%32

Triadic Colors of #ad085d

#ad085d #5dad08 #085dad

Analogous Colors of #ad085d

#ad085d #ad080b #ab08ad

Monochromatic Colors of #ad085d

#ad085d

Complementary Color

#ad085d #08ad58

#ad085d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad085d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad085d Color CSS Codes

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

#ad085d Text Font Color

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

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


#ad085d Background Color

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

This div background color is #ad085d


#ad085d Border Color

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

This div border color is #ad085d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad085d


Comments

No comments written yet.

Please login to write comment.