Color Hex Logo

#854add Color Hex

#854ADD
(133,74,221)
0 Favorites   0 Comments

Color spaces of #854add

RGB 13374221
HSL0.730.680.58
HSV264°67°87°
CMYK 0.400.670.00   0.13
XYZ25.172815.104669.9953
Yxy15.10460.22830.1370
Hunter Lab38.864647.6021-79.5762
CIE-Lab45.777154.8149-66.0978

#854add color RGB value is (133,74,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001010 11011101
Octal 205 112 335
Decimal 133 74 221
Hex 85 4A DD

RGB Percentages of Color #854add

%31.07
%17.29
%51.64

CMYK Percentages of Color #854add

%40
%67
%0
%13

Triadic Colors of #854add

#854add #dd854a #4add85

Analogous Colors of #854add

#854add #cf4add #4a59dd

Monochromatic Colors of #854add

#854add

Complementary Color

#854add #a2dd4a

#854add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854add Color Preview on White Background

Lorem ipsum dolor sit amet.

#854add Color CSS Codes

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

#854add Text Font Color

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

This sample text font color is #854add
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.


#854add Background Color

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

This div background color is #854add


#854add Border Color

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

This div border color is #854add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854add


Comments

No comments written yet.

Please login to write comment.