Color Hex Logo

#ad027c Color Hex

#AD027C
(173,2,124)
0 Favorites   0 Comments

Color spaces of #ad027c

RGB 1732124
HSL0.880.980.34
HSV317°99°68°
CMYK 0.000.990.28   0.32
XYZ20.893410.382919.9717
Yxy10.38290.40770.2026
Hunter Lab32.222559.3518-14.1925
CIE-Lab38.521166.7545-19.6339

#ad027c color RGB value is (173,2,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000010 01111100
Octal 255 2 174
Decimal 173 2 124
Hex AD 2 7C

RGB Percentages of Color #ad027c

%57.86
%0.67
%41.47

CMYK Percentages of Color #ad027c

%0
%99
%28
%32

Triadic Colors of #ad027c

#ad027c #7cad02 #027cad

Analogous Colors of #ad027c

#ad027c #ad0226 #8902ad

Monochromatic Colors of #ad027c

#ad027c

Complementary Color

#ad027c #02ad33

#ad027c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad027c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad027c Color CSS Codes

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

#ad027c Text Font Color

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

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


#ad027c Background Color

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

This div background color is #ad027c


#ad027c Border Color

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

This div border color is #ad027c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad027c


Comments

No comments written yet.

Please login to write comment.