COLOR #AD52E2

HEX: #AD52E2
RGB: (173,82,226)

Renk bilgisi

#AD52E2 contains mainly red and blue colors. #AD52E2 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AD52E2 color RGB value is (173,82,226).

  • kırmız ton 173;
  • yeşil ton 82;
  • mavi ton 226.
RGB:
(173,82,226)
(68%,32%,89%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 82 of 255 = 32%
B 226 of 255 = 89%

173
82
226

R + G + B ~ 63%. #AD52E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 82 + 226 = 481 (100%)
R 173 of 481 ~ 35.97%
G 82 of 481 ~ 17.05%
B 226 of 481 ~ 46.99%

%35.97
%17.05
%46.99

CMYK RENK MODELİ

#AD52E2 rengi CMYK tonu (23,64,0,11).

  • camgöbeği tonu 23.45%
  • eflatun tonu 63.72%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(23,64,0,11)
C23M64Y0K11 
(23%,64%,0%,11%)
(0.23/0.64/0.00/0.11)	

CMYK yüzdeleri

%23.45
%63.72
%0
%11.37

Codes

Color #AD52E2 in popluar color models

AD52E2
RGB17382226
HSL278°71.29%60.39%
HSB/HSV278°63.72%88.63%
CMYK23.45%63.72%0.00%
11.37%

Color #AD52E2 in popluar number systems.

HEXAD52E2
Decimal17382226
Binary10101101101001011100010
Octal255122342

Shades and tints

Shades of #AD52E2

#AD52E2
(173,82,226)
#9E4BCE
(158,75,206)
#8F44BA
(143,68,186)
#803DA6
(128,61,166)
#713692
(113,54,146)
#622F7E
(98,47,126)
#53286A
(83,40,106)
#442156
(68,33,86)
#351A42
(53,26,66)
#26132E
(38,19,46)
#170C1A
(23,12,26)
#000000
(0,0,0)

Tints of #AD52E2

#AD52E2
(173,82,226)
#B461E4
(180,97,228)
#BB70E6
(187,112,230)
#C27FE8
(194,127,232)
#C98EEA
(201,142,234)
#D09DEC
(208,157,236)
#D7ACEE
(215,172,238)
#DEBBF0
(222,187,240)
#E5CAF2
(229,202,242)
#ECD9F4
(236,217,244)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD52E2 color. Also use rgb(173,82,226) instead hex code.

Text Font Color

.myTextColor { color: #AD52E2; }

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

This text font color is #AD52E2.


Background Color

.myBgColor { background-color: #AD52E2; }

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

This div background color is #AD52E2.


Border color

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

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

This div border color is #AD52E2.


Opacity

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

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

Text with #AD52E2 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 #AD52E2;}

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

This text has shadow with #AD52E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD52E2 on black background.


Color preview on white background

This text has color #AD52E2 on white background.



Black color preview on #AD52E2 background

This text has black color on #AD52E2 background.


White color preview on #AD52E2 background

This text has white color on #AD52E2 background.