COLOR #532C87

HEX: #532C87
RGB: (83,44,135)

Color info

#532C87 contains mainly red and blue colors. Web safe color of #532C87 is #663399 (or #639).

RGB color model

#532C87 color RGB value is (83,44,135).

  • red value is 83;
  • green value is 44;
  • blue value is 135.
RGB:
(83,44,135)
(33%,17%,53%)

RGB channels and saturation

R 83 of 255 = 33%
G 44 of 255 = 17%
B 135 of 255 = 53%

83
44
135

R + G + B ~ 34%. #532C87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 44 + 135 = 262 (100%)
R 83 of 262 ~ 31.68%
G 44 of 262 ~ 16.79%
B 135 of 262 ~ 51.53%

%31.68
%16.79
%51.53

CMYK color model

#532C87 color CMYK value is (39,67,0,47).

  • cyan value is 38.52%
  • magenta value is 67.41%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(39,67,0,47)
C39M67Y0K47 
(39%,67%,0%,47%)
(0.39/0.67/0.00/0.47)	

CMYK percentages

%38.52
%67.41
%0
%47.06

Codes

Color #532C87 in popluar color models

532C87
RGB8344135
HSL266°50.84%35.10%
HSB/HSV266°67.41%52.94%
CMYK38.52%67.41%0.00%
47.06%

Color #532C87 in popluar number systems.

HEX532C87
Decimal8344135
Binary101001110110010000111
Octal12354207

Shades and tints

Shades of #532C87

#532C87
(83,44,135)
#4C287B
(76,40,123)
#45246F
(69,36,111)
#3E2063
(62,32,99)
#371C57
(55,28,87)
#30184B
(48,24,75)
#29143F
(41,20,63)
#221033
(34,16,51)
#1B0C27
(27,12,39)
#14081B
(20,8,27)
#0D040F
(13,4,15)
#000000
(0,0,0)

Tints of #532C87

#532C87
(83,44,135)
#623F91
(98,63,145)
#71529B
(113,82,155)
#8065A5
(128,101,165)
#8F78AF
(143,120,175)
#9E8BB9
(158,139,185)
#AD9EC3
(173,158,195)
#BCB1CD
(188,177,205)
#CBC4D7
(203,196,215)
#DAD7E1
(218,215,225)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532C87 color. Also use rgb(83,44,135) instead hex code.

Text Font Color

.myTextColor { color: #532C87; }

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

This text font color is #532C87.


Background Color

.myBgColor { background-color: #532C87; }

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

This div background color is #532C87.


Border color

.myBorderColor { border: 1px solid #532C87; }

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

This div border color is #532C87.


Opacity

.myOpacity80 { color: #532C87; opacity: 0.8; }

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

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

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

This text has shadow with #532C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532C87 on black background.


Color preview on white background

This text has color #532C87 on white background.



Black color preview on #532C87 background

This text has black color on #532C87 background.


White color preview on #532C87 background

This text has white color on #532C87 background.