COLOR #AD007A

HEX: #AD007A
RGB: (173,0,122)

Renk bilgisi

#AD007A contains only red and blue colors. #AD007A ‘ nin web güvenlik rengi #990066 (ya da #906) dir.

RGB renk modeli

#AD007A color RGB value is (173,0,122).

  • kırmız ton 173;
  • yeşil ton 0;
  • mavi ton 122.
RGB:
(173,0,122)
(68%,0%,48%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 0 of 255 = 0%
B 122 of 255 = 48%

173
0
122

R + G + B ~ 39%. #AD007A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 0 + 122 = 295 (100%)
R 173 of 295 ~ 58.64%
G 0 of 295 ~ 0%
B 122 of 295 ~ 41.36%

%58.64
%41.36

CMYK RENK MODELİ

#AD007A rengi CMYK tonu (0,100,29,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 29.48%
  • ana renk tonu 32.16%
CMYK:
(0,100,29,32)
C0M100Y29K32 
(0%,100%,29%,32%)
(0.00/1.00/0.29/0.32)	

CMYK yüzdeleri

%0
%100
%29.48
%32.16

Codes

Color #AD007A in popluar color models

AD007A
RGB1730122
HSL318°100.00%33.92%
HSB/HSV318°100.00%67.84%
CMYK0.00%100.00%29.48%
32.16%

Color #AD007A in popluar number systems.

HEXAD007A
Decimal1730122
Binary1010110101111010
Octal2550172

Shades and tints

Shades of #AD007A

#AD007A
(173,0,122)
#9E006F
(158,0,111)
#8F0064
(143,0,100)
#800059
(128,0,89)
#71004E
(113,0,78)
#620043
(98,0,67)
#530038
(83,0,56)
#44002D
(68,0,45)
#350022
(53,0,34)
#260017
(38,0,23)
#17000C
(23,0,12)
#000000
(0,0,0)

Tints of #AD007A

#AD007A
(173,0,122)
#B41786
(180,23,134)
#BB2E92
(187,46,146)
#C2459E
(194,69,158)
#C95CAA
(201,92,170)
#D073B6
(208,115,182)
#D78AC2
(215,138,194)
#DEA1CE
(222,161,206)
#E5B8DA
(229,184,218)
#ECCFE6
(236,207,230)
#F3E6F2
(243,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD007A color. Also use rgb(173,0,122) instead hex code.

Text Font Color

.myTextColor { color: #AD007A; }

<p style="color:#AD007A">This sample text font color is #AD007A.</p>

This text font color is #AD007A.


Background Color

.myBgColor { background-color: #AD007A; }

<div style="background-color:#AD007A">Inner text</div>

This div background color is #AD007A.


Border color

.myBorderColor { border: 1px solid #AD007A; }

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

This div border color is #AD007A.


Opacity

.myOpacity80 { color: #AD007A; opacity: 0.8; }

<p style="color:#AD007A;opacity:0.8;">80%</p>

Text with #AD007A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AD007A;}

<p style="text-shadow: 3px 3px 1px #AD007A">Text here.</p>

This text has shadow with #AD007A color.

.textShadow {text-shadow: 3px 3px 1px #AD007A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AD007A, 5px 5px 20px red">Text here.</p>

This text has shadow with #AD007A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD007A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AD007A, Direction=45, Strength=4)">Text</p>

This text has shadow with #AD007A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AD007A;
  -webkit-box-shadow:	1px 1px 3px 2px #AD007A;
  box-shadow:		1px 1px 3px 2px #AD007A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD007A;
-webkit-box-shadow: 1px 1px 3px 2px #AD007A;
box-shadow:1px 1px 3px 2px #AD007A;">
Div content here</div>
This div box has shadow with color #AD007A.

Preview

Color preview on black background

This text has color #AD007A on black background.


Color preview on white background

This text has color #AD007A on white background.



Black color preview on #AD007A background

This text has black color on #AD007A background.


White color preview on #AD007A background

This text has white color on #AD007A background.