COLOR #854ADA

HEX: #854ADA RGB: (133,74,218)

Color info

#854ADA contains mainly blue color. Web safe color of #854ADA is #9933CC (or #93C).

RGB color model

#854ADA color RGB value is (133,74,218).

RGB: (133,74,218) (52%, 29%, 85%)

RGB channels and saturation

R 133 of 255 = 52%
G 74 of 255 = 29%
B 218 of 255 = 85%

133
74
218

R + G + B ~ 55%. #854ADA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 74 + 218 = 425 (100%)
R 133 of 425 ~ 31.29%
G 74 of 425 ~ 17.41%
B 218 of 425 ~ 51.29'%

%31.29
%17.41
%51.29

CMYK color model

#854ADA color CMYK value is (39,66,0,15).

  • cyan value is 38.99%
  • magenta value is 66.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (39,66,0,15) C39M66Y0K15 (39%,66%,0%,15%) (0.39/0.66/0.00/0.15) 

CMYK percentages

%38.99
%66.06
%0
%14.51

Codes

Color #854ADA in popluar color models

85 4A DA
RGB 133 74 218
HSL 265° 66.06% 57.25%
HSB/HSV 265° 66.06% 85.49%
CMYK 38.99% 66.06% 0.00%
14.51%

Color #854ADA in popluar number systems.

HEX 85 4A DA
Decimal 133 74 218
Binary 10000101 1001010 11011010
Octal 205 112 332

Shades and tints

Shades of #854ADA

#854ADA
(133,74,218)
#7944C7
(121,68,199)
#6D3EB4
(109,62,180)
#6138A1
(97,56,161)
#55328E
(85,50,142)
#492C7B
(73,44,123)
#3D2668
(61,38,104)
#312055
(49,32,85)
#251A42
(37,26,66)
#19142F
(25,20,47)
#0D0E1C
(13,14,28)
#000000
(0,0,0)

Tints of #854ADA

#854ADA
(133,74,218)
#905ADD
(144,90,221)
#9B6AE0
(155,106,224)
#A67AE3
(166,122,227)
#B18AE6
(177,138,230)
#BC9AE9
(188,154,233)
#C7AAEC
(199,170,236)
#D2BAEF
(210,186,239)
#DDCAF2
(221,202,242)
#E8DAF5
(232,218,245)
#F3EAF8
(243,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854ADA color. Also use rgb(133,74,218) instead hex code.

Text Font Color

.myTextColor { color: #854ADA; }

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

This text font color is #854ADA.

Background Color

.myBgColor { background-color: #854ADA; }

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

This div background color is #854ADA.

Border color

.myBorderColor { border: 1px solid #854ADA; }

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

This div border color is #854ADA.

Opacity

.myOpacity80 { color: #854ADA; opacity: 0.8; }

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

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

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

This text has shadow with #854ADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #854ADA.

Preview

Color preview on black background

This text has color #854ADA on black background.


Color preview on white background

This text has color #854ADA on white background.


Black color preview on #854ADA background

This text has black color on #854ADA background.


White color preview on #854ADA background

This text has white color on #854ADA background.


Related colors

Complementary color

Complementary color for #hex is #7AB525.


I love getcolorcode.com

Triadic colors

1 #DA854A and #4ADA85 with #854ADA are triadic colors.

2 #DA4A85 and #4A85DA with #854ADA are triadic colors.