Color Hex Logo

#ad026c Color Hex

#AD026C
(173,2,108)
0 Favorites   0 Comments

Color spaces of #ad026c

RGB 1732108
HSL0.900.980.34
HSV323°99°68°
CMYK 0.000.990.38   0.32
XYZ19.962110.010415.0674
Yxy10.01040.44320.2223
Hunter Lab31.639257.2522-6.0880
CIE-Lab37.861165.0473-10.5842

#ad026c color RGB value is (173,2,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000010 01101100
Octal 255 2 154
Decimal 173 2 108
Hex AD 2 6C

RGB Percentages of Color #ad026c

%61.13
%0.71
%38.16

CMYK Percentages of Color #ad026c

%0
%99
%38
%32

Triadic Colors of #ad026c

#ad026c #6cad02 #026cad

Analogous Colors of #ad026c

#ad026c #ad0216 #9902ad

Monochromatic Colors of #ad026c

#ad026c

Complementary Color

#ad026c #02ad43

#ad026c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad026c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad026c Color CSS Codes

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

#ad026c Text Font Color

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

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


#ad026c Background Color

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

This div background color is #ad026c


#ad026c Border Color

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

This div border color is #ad026c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad026c


Comments

No comments written yet.

Please login to write comment.