Color Hex Logo

#854baa Color Hex

#854BAA
(133,75,170)
0 Favorites   0 Comments

Color spaces of #854baa

RGB 13375170
HSL0.770.390.48
HSV277°56°67°
CMYK 0.220.560.00   0.33
XYZ19.444612.921039.4994
Yxy12.92100.27060.1798
Hunter Lab35.945833.6531-39.9894
CIE-Lab42.644041.8406-41.5293

#854baa color RGB value is (133,75,170).

#854baa hex color red value is 133, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #854baa hue: 0.77 , saturation: 0.39 and the lightness value of 854baa is 0.48.

The process color (four color CMYK) of #854baa color hex is 0.22, 0.56, 0.00, 0.33. Web safe color of #854baa is #993399. Color #854baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001011 10101010
Octal 205 113 252
Decimal 133 75 170
Hex 85 4B AA

RGB Percentages of Color #854baa

%35.19
%19.84
%44.97

CMYK Percentages of Color #854baa

%22
%56
%0
%33

Triadic Colors of #854baa

#854baa #aa854b #4baa85

Analogous Colors of #854baa

#854baa #aa4ba0 #564baa

Monochromatic Colors of #854baa

#854baa

Complementary Color

#854baa #70aa4b

#854baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#854baa Color CSS Codes

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

#854baa Text Font Color

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

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


#854baa Background Color

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

This div background color is #854baa


#854baa Border Color

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

This div border color is #854baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854baa


Comments

No comments written yet.

Please login to write comment.