COLOR #852ACE

HEX: #852ACE
RGB: (133,42,206)

Color info

#852ACE contains mainly blue color. Web safe color of #852ACE is #9933CC (or #93C).

RGB color model

#852ACE color RGB value is (133,42,206).

  • red value is 133;
  • green value is 42;
  • blue value is 206.
RGB:
(133,42,206)
(52%,16%,81%)

RGB channels and saturation

R 133 of 255 = 52%
G 42 of 255 = 16%
B 206 of 255 = 81%

133
42
206

R + G + B ~ 50%. #852ACE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 42 + 206 = 381 (100%)
R 133 of 381 ~ 34.91%
G 42 of 381 ~ 11.02%
B 206 of 381 ~ 54.07%

%34.91
%11.02
%54.07

CMYK color model

#852ACE color CMYK value is (35,80,0,19).

  • cyan value is 35.44%
  • magenta value is 79.61%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(35,80,0,19)
C35M80Y0K19 
(35%,80%,0%,19%)
(0.35/0.80/0.00/0.19)	

CMYK percentages

%35.44
%79.61
%0
%19.22

Codes

Color #852ACE in popluar color models

852ACE
RGB13342206
HSL273°66.13%48.63%
HSB/HSV273°79.61%80.78%
CMYK35.44%79.61%0.00%
19.22%

Color #852ACE in popluar number systems.

HEX852ACE
Decimal13342206
Binary1000010110101011001110
Octal20552316

Shades and tints

Shades of #852ACE

#852ACE
(133,42,206)
#7927BC
(121,39,188)
#6D24AA
(109,36,170)
#612198
(97,33,152)
#551E86
(85,30,134)
#491B74
(73,27,116)
#3D1862
(61,24,98)
#311550
(49,21,80)
#25123E
(37,18,62)
#190F2C
(25,15,44)
#0D0C1A
(13,12,26)
#000000
(0,0,0)

Tints of #852ACE

#852ACE
(133,42,206)
#903DD2
(144,61,210)
#9B50D6
(155,80,214)
#A663DA
(166,99,218)
#B176DE
(177,118,222)
#BC89E2
(188,137,226)
#C79CE6
(199,156,230)
#D2AFEA
(210,175,234)
#DDC2EE
(221,194,238)
#E8D5F2
(232,213,242)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852ACE color. Also use rgb(133,42,206) instead hex code.

Text Font Color

.myTextColor { color: #852ACE; }

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

This text font color is #852ACE.


Background Color

.myBgColor { background-color: #852ACE; }

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

This div background color is #852ACE.


Border color

.myBorderColor { border: 1px solid #852ACE; }

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

This div border color is #852ACE.


Opacity

.myOpacity80 { color: #852ACE; opacity: 0.8; }

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

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

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

This text has shadow with #852ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852ACE on black background.


Color preview on white background

This text has color #852ACE on white background.



Black color preview on #852ACE background

This text has black color on #852ACE background.


White color preview on #852ACE background

This text has white color on #852ACE background.