COLOR #8452AD

HEX: #8452AD
RGB: (132,82,173)

Color info

#8452AD contains mainly red and blue colors. Web safe color of #8452AD is #996699 (or #969).

RGB color model

#8452AD color RGB value is (132,82,173).

  • red value is 132;
  • green value is 82;
  • blue value is 173.
RGB:
(132,82,173)
(52%,32%,68%)

RGB channels and saturation

R 132 of 255 = 52%
G 82 of 255 = 32%
B 173 of 255 = 68%

132
82
173

R + G + B ~ 51%. #8452AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 82 + 173 = 387 (100%)
R 132 of 387 ~ 34.11%
G 82 of 387 ~ 21.19%
B 173 of 387 ~ 44.7%

%34.11
%21.19
%44.7

CMYK color model

#8452AD color CMYK value is (24,53,0,32).

  • cyan value is 23.70%
  • magenta value is 52.60%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(24,53,0,32)
C24M53Y0K32 
(24%,53%,0%,32%)
(0.24/0.53/0.00/0.32)	

CMYK percentages

%23.7
%52.6
%0
%32.16

Codes

Color #8452AD in popluar color models

8452AD
RGB13282173
HSL273°35.69%50.00%
HSB/HSV273°52.60%67.84%
CMYK23.70%52.60%0.00%
32.16%

Color #8452AD in popluar number systems.

HEX8452AD
Decimal13282173
Binary10000100101001010101101
Octal204122255

Shades and tints

Shades of #8452AD

#8452AD
(132,82,173)
#784B9E
(120,75,158)
#6C448F
(108,68,143)
#603D80
(96,61,128)
#543671
(84,54,113)
#482F62
(72,47,98)
#3C2853
(60,40,83)
#302144
(48,33,68)
#241A35
(36,26,53)
#181326
(24,19,38)
#0C0C17
(12,12,23)
#000000
(0,0,0)

Tints of #8452AD

#8452AD
(132,82,173)
#8F61B4
(143,97,180)
#9A70BB
(154,112,187)
#A57FC2
(165,127,194)
#B08EC9
(176,142,201)
#BB9DD0
(187,157,208)
#C6ACD7
(198,172,215)
#D1BBDE
(209,187,222)
#DCCAE5
(220,202,229)
#E7D9EC
(231,217,236)
#F2E8F3
(242,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8452AD; }

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

This text font color is #8452AD.


Background Color

.myBgColor { background-color: #8452AD; }

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

This div background color is #8452AD.


Border color

.myBorderColor { border: 1px solid #8452AD; }

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

This div border color is #8452AD.


Opacity

.myOpacity80 { color: #8452AD; opacity: 0.8; }

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

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

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

This text has shadow with #8452AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8452AD on black background.


Color preview on white background

This text has color #8452AD on white background.



Black color preview on #8452AD background

This text has black color on #8452AD background.


White color preview on #8452AD background

This text has white color on #8452AD background.