color codes Logo

#ad0280 color codes

#AD0280
(173,2,128)
0 Favorites   0 Comments

Color spaces of #ad0280

RGB 1732128
HSL0.880.980.34
HSV316°99°68°
CMYK 0.000.990.26   0.32
XYZ21.151610.486221.3313
Yxy10.48620.39930.1980
Hunter Lab32.382459.9238-16.3885
CIE-Lab38.701367.2156-21.8455

#ad0280 color RGB value is (173,2,128).

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

The process color (four color CMYK) of #ad0280 color code is 0.00, 0.99, 0.26, 0.32. Web safe color of #ad0280 is #990099. Color #ad0280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000010 10000000
Octal 255 2 200
Decimal 173 2 128
Hex AD 2 80

RGB Percentages of Color #ad0280

%57.10
%0.66
%42.24

CMYK Percentages of Color #ad0280

%0
%99
%26
%32

Triadic Colors of #ad0280

#ad0280 #80ad02 #0280ad

Analogous Colors of #ad0280

#ad0280 #ad022a #8502ad

Monochromatic Colors of #ad0280

#ad0280

Complementary Color

#ad0280 #02ad2f

#ad0280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0280 Color CSS Codes

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

#ad0280 Text Font Color

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

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


#ad0280 Background Color

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

This div background color is #ad0280


#ad0280 Border Color

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

This div border color is #ad0280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0280


Comments

No comments written yet.

Please login to write comment.