COLOR #AD3EB2

HEX: #AD3EB2
RGB: (173,62,178)

Renk bilgisi

#AD3EB2 contains mainly red and blue colors. #AD3EB2 ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#AD3EB2 color RGB value is (173,62,178).

  • kırmız ton 173;
  • yeşil ton 62;
  • mavi ton 178.
RGB:
(173,62,178)
(68%,24%,70%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 62 of 255 = 24%
B 178 of 255 = 70%

173
62
178

R + G + B ~ 54%. #AD3EB2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 62 + 178 = 413 (100%)
R 173 of 413 ~ 41.89%
G 62 of 413 ~ 15.01%
B 178 of 413 ~ 43.1%

%41.89
%15.01
%43.1

CMYK RENK MODELİ

#AD3EB2 rengi CMYK tonu (3,65,0,30).

  • camgöbeği tonu 2.81%
  • eflatun tonu 65.17%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(3,65,0,30)
C3M65Y0K30 
(3%,65%,0%,30%)
(0.03/0.65/0.00/0.30)	

CMYK yüzdeleri

%2.81
%65.17
%0
%30.2

Codes

Color #AD3EB2 in popluar color models

AD3EB2
RGB17362178
HSL297°48.33%47.06%
HSB/HSV297°65.17%69.80%
CMYK2.81%65.17%0.00%
30.20%

Color #AD3EB2 in popluar number systems.

HEXAD3EB2
Decimal17362178
Binary1010110111111010110010
Octal25576262

Shades and tints

Shades of #AD3EB2

#AD3EB2
(173,62,178)
#9E39A2
(158,57,162)
#8F3492
(143,52,146)
#802F82
(128,47,130)
#712A72
(113,42,114)
#622562
(98,37,98)
#532052
(83,32,82)
#441B42
(68,27,66)
#351632
(53,22,50)
#261122
(38,17,34)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #AD3EB2

#AD3EB2
(173,62,178)
#B44FB9
(180,79,185)
#BB60C0
(187,96,192)
#C271C7
(194,113,199)
#C982CE
(201,130,206)
#D093D5
(208,147,213)
#D7A4DC
(215,164,220)
#DEB5E3
(222,181,227)
#E5C6EA
(229,198,234)
#ECD7F1
(236,215,241)
#F3E8F8
(243,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3EB2 color. Also use rgb(173,62,178) instead hex code.

Text Font Color

.myTextColor { color: #AD3EB2; }

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

This text font color is #AD3EB2.


Background Color

.myBgColor { background-color: #AD3EB2; }

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

This div background color is #AD3EB2.


Border color

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

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

This div border color is #AD3EB2.


Opacity

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

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

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

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

This text has shadow with #AD3EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3EB2 on black background.


Color preview on white background

This text has color #AD3EB2 on white background.



Black color preview on #AD3EB2 background

This text has black color on #AD3EB2 background.


White color preview on #AD3EB2 background

This text has white color on #AD3EB2 background.