COLOR #8452EE

HEX: #8452EE
RGB: (132,82,238)

Color info

#8452EE contains mainly blue color. Web safe color of #8452EE is #9966FF (or #96F).

RGB color model

#8452EE color RGB value is (132,82,238).

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

RGB channels and saturation

R 132 of 255 = 52%
G 82 of 255 = 32%
B 238 of 255 = 93%

132
82
238

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

Portions of RGB colors in percentages

R + G + B =
132 + 82 + 238 = 452 (100%)
R 132 of 452 ~ 29.2%
G 82 of 452 ~ 18.14%
B 238 of 452 ~ 52.65%

%29.2
%18.14
%52.65

CMYK color model

#8452EE color CMYK value is (45,66,0,7).

  • cyan value is 44.54%
  • magenta value is 65.55%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(45,66,0,7)
C45M66Y0K7 
(45%,66%,0%,7%)
(0.45/0.66/0.00/0.07)	

CMYK percentages

%44.54
%65.55
%0
%6.67

Codes

Color #8452EE in popluar color models

8452EE
RGB13282238
HSL259°82.11%62.75%
HSB/HSV259°65.55%93.33%
CMYK44.54%65.55%0.00%
6.67%

Color #8452EE in popluar number systems.

HEX8452EE
Decimal13282238
Binary10000100101001011101110
Octal204122356

Shades and tints

Shades of #8452EE

#8452EE
(132,82,238)
#784BD9
(120,75,217)
#6C44C4
(108,68,196)
#603DAF
(96,61,175)
#54369A
(84,54,154)
#482F85
(72,47,133)
#3C2870
(60,40,112)
#30215B
(48,33,91)
#241A46
(36,26,70)
#181331
(24,19,49)
#0C0C1C
(12,12,28)
#000000
(0,0,0)

Tints of #8452EE

#8452EE
(132,82,238)
#8F61EF
(143,97,239)
#9A70F0
(154,112,240)
#A57FF1
(165,127,241)
#B08EF2
(176,142,242)
#BB9DF3
(187,157,243)
#C6ACF4
(198,172,244)
#D1BBF5
(209,187,245)
#DCCAF6
(220,202,246)
#E7D9F7
(231,217,247)
#F2E8F8
(242,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8452EE; }

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

This text font color is #8452EE.


Background Color

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

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

This div background color is #8452EE.


Border color

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

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

This div border color is #8452EE.


Opacity

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

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

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

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

This text has shadow with #8452EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8452EE on black background.


Color preview on white background

This text has color #8452EE on white background.



Black color preview on #8452EE background

This text has black color on #8452EE background.


White color preview on #8452EE background

This text has white color on #8452EE background.