COLOR #52187A

HEX: #52187A
RGB: (82,24,122)

Color info

#52187A contains mainly red and blue colors. Web safe color of #52187A is #660066 (or #606).

RGB color model

#52187A color RGB value is (82,24,122).

  • red value is 82;
  • green value is 24;
  • blue value is 122.
RGB:
(82,24,122)
(32%,9%,48%)

RGB channels and saturation

R 82 of 255 = 32%
G 24 of 255 = 9%
B 122 of 255 = 48%

82
24
122

R + G + B ~ 30%. #52187A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 24 + 122 = 228 (100%)
R 82 of 228 ~ 35.96%
G 24 of 228 ~ 10.53%
B 122 of 228 ~ 53.51%

%35.96
%10.53
%53.51

CMYK color model

#52187A color CMYK value is (33,80,0,52).

  • cyan value is 32.79%
  • magenta value is 80.33%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(33,80,0,52)
C33M80Y0K52 
(33%,80%,0%,52%)
(0.33/0.80/0.00/0.52)	

CMYK percentages

%32.79
%80.33
%0
%52.16

Codes

Color #52187A in popluar color models

52187A
RGB8224122
HSL276°67.12%28.63%
HSB/HSV276°80.33%47.84%
CMYK32.79%80.33%0.00%
52.16%

Color #52187A in popluar number systems.

HEX52187A
Decimal8224122
Binary1010010110001111010
Octal12230172

Shades and tints

Shades of #52187A

#52187A
(82,24,122)
#4B166F
(75,22,111)
#441464
(68,20,100)
#3D1259
(61,18,89)
#36104E
(54,16,78)
#2F0E43
(47,14,67)
#280C38
(40,12,56)
#210A2D
(33,10,45)
#1A0822
(26,8,34)
#130617
(19,6,23)
#0C040C
(12,4,12)
#000000
(0,0,0)

Tints of #52187A

#52187A
(82,24,122)
#612D86
(97,45,134)
#704292
(112,66,146)
#7F579E
(127,87,158)
#8E6CAA
(142,108,170)
#9D81B6
(157,129,182)
#AC96C2
(172,150,194)
#BBABCE
(187,171,206)
#CAC0DA
(202,192,218)
#D9D5E6
(217,213,230)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52187A color. Also use rgb(82,24,122) instead hex code.

Text Font Color

.myTextColor { color: #52187A; }

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

This text font color is #52187A.


Background Color

.myBgColor { background-color: #52187A; }

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

This div background color is #52187A.


Border color

.myBorderColor { border: 1px solid #52187A; }

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

This div border color is #52187A.


Opacity

.myOpacity80 { color: #52187A; opacity: 0.8; }

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

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

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

This text has shadow with #52187A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52187A on black background.


Color preview on white background

This text has color #52187A on white background.



Black color preview on #52187A background

This text has black color on #52187A background.


White color preview on #52187A background

This text has white color on #52187A background.