Color Hex Logo

#854ade Color Hex

#854ADE
(133,74,222)
0 Favorites   0 Comments

Color spaces of #854ade

RGB 13374222
HSL0.730.690.58
HSV264°67°87°
CMYK 0.400.670.00   0.13
XYZ25.306515.158070.6992
Yxy15.15800.22770.1364
Hunter Lab38.933347.8912-80.4118
CIE-Lab45.849855.0689-66.5491

#854ade color RGB value is (133,74,222).

#854ade hex color red value is 133, green value is 74 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #854ade hue: 0.73 , saturation: 0.69 and the lightness value of 854ade is 0.58.

The process color (four color CMYK) of #854ade color hex is 0.40, 0.67, 0.00, 0.13. Web safe color of #854ade is #9933cc. Color #854ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001010 11011110
Octal 205 112 336
Decimal 133 74 222
Hex 85 4A DE

RGB Percentages of Color #854ade

%31.00
%17.25
%51.75

CMYK Percentages of Color #854ade

%40
%67
%0
%13

Triadic Colors of #854ade

#854ade #de854a #4ade85

Analogous Colors of #854ade

#854ade #cf4ade #4a59de

Monochromatic Colors of #854ade

#854ade

Complementary Color

#854ade #a3de4a

#854ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#854ade Color CSS Codes

.mybgcolor {background-color:#854ade; } 
.myforecolor {color:#854ade; }
.mybordercolor {border:3px solid #854ade; }

#854ade Text Font Color

<p style="color:#854ade">Text here</p>

This sample text font color is #854ade
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#854ade Background Color

<div style="background-color:#854ade">
Div content here</div>

This div background color is #854ade


#854ade Border Color

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

This div border color is #854ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,74,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #854ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #854ade;
  -webkit-box-shadow: 1px 1px 3px 2px #854ade;
  box-shadow:         1px 1px 3px 2px #854ade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,74,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #854ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #854ade;
  -webkit-box-shadow: 1px 1px 3px 2px #854ade;
  box-shadow:         1px 1px 3px 2px #854ade;">
Div content here</div>

This div box has shadow with color #854ade


Comments

No comments written yet.

Please login to write comment.