color codes Logo

#ad005e color codes

#AD005E
(173,0,94)
0 Favorites   0 Comments

Color spaces of #ad005e

RGB 173094
HSL0.911.000.34
HSV327°100°68°
CMYK 0.001.000.46   0.32
XYZ19.25409.692411.4457
Yxy9.69240.47670.2400
Hunter Lab31.132655.9114-0.0047
CIE-Lab37.284663.9755-2.5196

#ad005e color RGB value is (173,0,94).

#ad005e hex color red value is 173, green value is 0 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ad005e hue: 0.91 , saturation: 1.00 and the lightness value of ad005e is 0.34.

The process color (four color CMYK) of #ad005e color code is 0.00, 1.00, 0.46, 0.32. Web safe color of #ad005e is #990066. Color #ad005e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000000 01011110
Octal 255 0 136
Decimal 173 0 94
Hex AD 0 5E

RGB Percentages of Color #ad005e

%64.79
%0.00
%35.21

CMYK Percentages of Color #ad005e

%0
%100
%46
%32

Triadic Colors of #ad005e

#ad005e #5ead00 #005ead

Analogous Colors of #ad005e

#ad005e #ad0007 #a600ad

Monochromatic Colors of #ad005e

#ad005e

Complementary Color

#ad005e #00ad4f

#ad005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad005e Color CSS Codes

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

#ad005e Text Font Color

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

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


#ad005e Background Color

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

This div background color is #ad005e


#ad005e Border Color

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

This div border color is #ad005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad005e


Comments

No comments written yet.

Please login to write comment.