Color Hex Logo

#854796 Color Hex

#854796
(133,71,150)
0 Favorites   0 Comments

Color spaces of #854796

RGB 13371150
HSL0.800.360.43
HSV287°53°59°
CMYK 0.110.530.00   0.41
XYZ17.431111.695030.1928
Yxy11.69500.29390.1972
Hunter Lab34.198031.1371-28.4076
CIE-Lab40.727239.5606-32.6145

#854796 color RGB value is (133,71,150).

#854796 hex color red value is 133, green value is 71 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #854796 hue: 0.80 , saturation: 0.36 and the lightness value of 854796 is 0.43.

The process color (four color CMYK) of #854796 color hex is 0.11, 0.53, 0.00, 0.41. Web safe color of #854796 is #993399. Color #854796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000111 10010110
Octal 205 107 226
Decimal 133 71 150
Hex 85 47 96

RGB Percentages of Color #854796

%37.57
%20.06
%42.37

CMYK Percentages of Color #854796

%11
%53
%0
%41

Triadic Colors of #854796

#854796 #968547 #479685

Analogous Colors of #854796

#854796 #964780 #5e4796

Monochromatic Colors of #854796

#854796

Complementary Color

#854796 #589647

#854796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854796 Color CSS Codes

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

#854796 Text Font Color

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

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


#854796 Background Color

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

This div background color is #854796


#854796 Border Color

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

This div border color is #854796


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,71,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #854796; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #854796;
  -webkit-box-shadow: 1px 1px 3px 2px #854796;
  box-shadow:         1px 1px 3px 2px #854796; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854796


Comments

No comments written yet.

Please login to write comment.