COLOR #852880

HEX: #852880
RGB: (133,40,128)

Color info

#852880 contains mainly red and blue colors. Web safe color of #852880 is #993366 (or #936).

RGB color model

#852880 color RGB value is (133,40,128).

  • red value is 133;
  • green value is 40;
  • blue value is 128.
RGB:
(133,40,128)
(52%,16%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 40 of 255 = 16%
B 128 of 255 = 50%

133
40
128

R + G + B ~ 39%. #852880 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 40 + 128 = 301 (100%)
R 133 of 301 ~ 44.19%
G 40 of 301 ~ 13.29%
B 128 of 301 ~ 42.52%

%44.19
%13.29
%42.52

CMYK color model

#852880 color CMYK value is (0,70,4,48).

  • cyan value is 0.00%
  • magenta value is 69.92%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(0,70,4,48)
C0M70Y4K48 
(0%,70%,4%,48%)
(0.00/0.70/0.04/0.48)	

CMYK percentages

%0
%69.92
%3.76
%47.84

Codes

Color #852880 in popluar color models

852880
RGB13340128
HSL303°53.76%33.92%
HSB/HSV303°69.92%52.16%
CMYK0.00%69.92%3.76%
47.84%

Color #852880 in popluar number systems.

HEX852880
Decimal13340128
Binary1000010110100010000000
Octal20550200

Shades and tints

Shades of #852880

#852880
(133,40,128)
#792575
(121,37,117)
#6D226A
(109,34,106)
#611F5F
(97,31,95)
#551C54
(85,28,84)
#491949
(73,25,73)
#3D163E
(61,22,62)
#311333
(49,19,51)
#251028
(37,16,40)
#190D1D
(25,13,29)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #852880

#852880
(133,40,128)
#903B8B
(144,59,139)
#9B4E96
(155,78,150)
#A661A1
(166,97,161)
#B174AC
(177,116,172)
#BC87B7
(188,135,183)
#C79AC2
(199,154,194)
#D2ADCD
(210,173,205)
#DDC0D8
(221,192,216)
#E8D3E3
(232,211,227)
#F3E6EE
(243,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852880 color. Also use rgb(133,40,128) instead hex code.

Text Font Color

.myTextColor { color: #852880; }

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

This text font color is #852880.


Background Color

.myBgColor { background-color: #852880; }

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

This div background color is #852880.


Border color

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

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

This div border color is #852880.


Opacity

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

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

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

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

This text has shadow with #852880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852880 on black background.


Color preview on white background

This text has color #852880 on white background.



Black color preview on #852880 background

This text has black color on #852880 background.


White color preview on #852880 background

This text has white color on #852880 background.