Color Hex Logo

#ad025d Color Hex

#AD025D
(173,2,93)
0 Favorites   0 Comments

Color spaces of #ad025d

RGB 173293
HSL0.910.980.34
HSV328°99°68°
CMYK 0.000.990.46   0.32
XYZ19.23119.718011.2181
Yxy9.71800.47880.2419
Hunter Lab31.173755.56290.4856
CIE-Lab37.331563.6570-1.8089

#ad025d color RGB value is (173,2,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000010 01011101
Octal 255 2 135
Decimal 173 2 93
Hex AD 2 5D

RGB Percentages of Color #ad025d

%64.55
%0.75
%34.70

CMYK Percentages of Color #ad025d

%0
%99
%46
%32

Triadic Colors of #ad025d

#ad025d #5dad02 #025dad

Analogous Colors of #ad025d

#ad025d #ad0208 #a802ad

Monochromatic Colors of #ad025d

#ad025d

Complementary Color

#ad025d #02ad52

#ad025d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad025d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad025d Color CSS Codes

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

#ad025d Text Font Color

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

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


#ad025d Background Color

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

This div background color is #ad025d


#ad025d Border Color

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

This div border color is #ad025d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,2,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 #ad025d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad025d


Comments

No comments written yet.

Please login to write comment.