COLOR #52087F

HEX: #52087F RGB: (82,8,127)

Color info

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

RGB color model

#52087F color RGB value is (82,8,127).

RGB: (82,8,127) (32%, 3%, 50%)

RGB channels and saturation

R 82 of 255 = 32%
G 8 of 255 = 3%
B 127 of 255 = 50%

82
8
127

R + G + B ~ 28%. #52087F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 8 + 127 = 217 (100%)
R 82 of 217 ~ 37.79%
G 8 of 217 ~ 3.69%
B 127 of 217 ~ 58.53'%

%37.79
%58.53

CMYK color model

#52087F color CMYK value is (35,94,0,50).

  • cyan value is 35.43%
  • magenta value is 93.70%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (35,94,0,50)
C35M94Y0K50 (35%, 94%, 0%, 50%)
(0.35 / 0.94 / 0.00 / 0.50)

CMYK percentages

%35.43
%93.7
%0
%50.2

Codes

Color #52087F in popluar color models

52 08 7F
RGB 82 8 127
HSL 277° 88.15% 26.47%
HSB/HSV 277° 93.70% 49.80%
CMYK 35.43% 93.70% 0.00%
50.20%

Color #52087F in popluar number systems.

HEX 52 08 7F
Decimal 82 8 127
Binary 1010010 1000 1111111
Octal 122 10 177

Shades and tints

Shades of #52087F

#52087F
(82,8,127)
#4B0874
(75,8,116)
#440869
(68,8,105)
#3D085E
(61,8,94)
#360853
(54,8,83)
#2F0848
(47,8,72)
#28083D
(40,8,61)
#210832
(33,8,50)
#1A0827
(26,8,39)
#13081C
(19,8,28)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #52087F

#52087F
(82,8,127)
#611E8A
(97,30,138)
#703495
(112,52,149)
#7F4AA0
(127,74,160)
#8E60AB
(142,96,171)
#9D76B6
(157,118,182)
#AC8CC1
(172,140,193)
#BBA2CC
(187,162,204)
#CAB8D7
(202,184,215)
#D9CEE2
(217,206,226)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52087F color. Also use rgb(82,8,127) instead hex code.

Text Font Color

.myTextColor { color: #52087F; }

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

This text font color is #52087F.

Background Color

.myBgColor { background-color: #52087F; }

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

This div background color is #52087F.

Border color

.myBorderColor { border: 1px solid #52087F; }

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

This div border color is #52087F.

Opacity

.myOpacity80 { color: #52087F; opacity: 0.8; }

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

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

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

This text has shadow with #52087F color.


.textShadow {text-shadow: 3px 3px 1px #52087F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52087F; -webkit-box-shadow: 1px 1px 3px 2px #52087F; box-shadow:1px 1px 3px 2px #52087F;">
Div content here
</div>

This div box has shadow with color #52087F.

Preview

Color preview on black background

This text has color #52087F on black background.


Color preview on white background

This text has color #52087F on white background.


Black color preview on #52087F background

This text has black color on #52087F background.


White color preview on #52087F background

This text has white color on #52087F background.


Related colors

Complementary color

Complementary color for #hex is #ADF780.


I love getcolorcode.com

Triadic colors

1 #7F5208 and #087F52 with #52087F are triadic colors.

2 #7F0852 and #08527F with #52087F are triadic colors.