COLOR #5025A3

HEX: #5025A3 RGB: (80,37,163)

Color info

#5025A3 contains mainly blue color. Web safe color of #5025A3 is #663399 (or #639).

RGB color model

#5025A3 color RGB value is (80,37,163).

RGB: (80,37,163) (31%, 15%, 64%)

RGB channels and saturation

R 80 of 255 = 31%
G 37 of 255 = 15%
B 163 of 255 = 64%

80
37
163

R + G + B ~ 37%. #5025A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 37 + 163 = 280 (100%)
R 80 of 280 ~ 28.57%
G 37 of 280 ~ 13.21%
B 163 of 280 ~ 58.21'%

%28.57
%13.21
%58.21

CMYK color model

#5025A3 color CMYK value is (51,77,0,36).

  • cyan value is 50.92%
  • magenta value is 77.30%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (51,77,0,36)
C51M77Y0K36 (51%, 77%, 0%, 36%)
(0.51 / 0.77 / 0.00 / 0.36)

CMYK percentages

%50.92
%77.3
%0
%36.08

Codes

Color #5025A3 in popluar color models

50 25 A3
RGB 80 37 163
HSL 260° 63.00% 39.22%
HSB/HSV 260° 77.30% 63.92%
CMYK 50.92% 77.30% 0.00%
36.08%

Color #5025A3 in popluar number systems.

HEX 50 25 A3
Decimal 80 37 163
Binary 1010000 100101 10100011
Octal 120 45 243

Shades and tints

Shades of #5025A3

#5025A3
(80,37,163)
#492295
(73,34,149)
#421F87
(66,31,135)
#3B1C79
(59,28,121)
#34196B
(52,25,107)
#2D165D
(45,22,93)
#26134F
(38,19,79)
#1F1041
(31,16,65)
#180D33
(24,13,51)
#110A25
(17,10,37)
#0A0717
(10,7,23)
#000000
(0,0,0)

Tints of #5025A3

#5025A3
(80,37,163)
#5F38AB
(95,56,171)
#6E4BB3
(110,75,179)
#7D5EBB
(125,94,187)
#8C71C3
(140,113,195)
#9B84CB
(155,132,203)
#AA97D3
(170,151,211)
#B9AADB
(185,170,219)
#C8BDE3
(200,189,227)
#D7D0EB
(215,208,235)
#E6E3F3
(230,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5025A3 color. Also use rgb(80,37,163) instead hex code.

Text Font Color

.myTextColor { color: #5025A3; }

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

This text font color is #5025A3.

Background Color

.myBgColor { background-color: #5025A3; }

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

This div background color is #5025A3.

Border color

.myBorderColor { border: 1px solid #5025A3; }

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

This div border color is #5025A3.

Opacity

.myOpacity80 { color: #5025A3; opacity: 0.8; }

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

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

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

This text has shadow with #5025A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5025A3.

Preview

Color preview on black background

This text has color #5025A3 on black background.


Color preview on white background

This text has color #5025A3 on white background.


Black color preview on #5025A3 background

This text has black color on #5025A3 background.


White color preview on #5025A3 background

This text has white color on #5025A3 background.


Related colors

Complementary color

Complementary color for #hex is #AFDA5C.


I love getcolorcode.com

Triadic colors

1 #A35025 and #25A350 with #5025A3 are triadic colors.

2 #A32550 and #2550A3 with #5025A3 are triadic colors.