Color Hex Logo

#854980 Color Hex

#854980
(133,73,128)
0 Favorites   0 Comments

Color spaces of #854980

RGB 13373128
HSL0.850.290.40
HSV305°45°52°
CMYK 0.000.450.04   0.48
XYZ15.951711.310121.7644
Yxy11.31010.32540.2307
Hunter Lab33.630525.8132-14.8289
CIE-Lab40.097933.9977-20.2183

#854980 color RGB value is (133,73,128).

#854980 hex color red value is 133, green value is 73 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #854980 hue: 0.85 , saturation: 0.29 and the lightness value of 854980 is 0.40.

The process color (four color CMYK) of #854980 color hex is 0.00, 0.45, 0.04, 0.48. Web safe color of #854980 is #993399. Color #854980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001001 10000000
Octal 205 111 200
Decimal 133 73 128
Hex 85 49 80

RGB Percentages of Color #854980

%39.82
%21.86
%38.32

CMYK Percentages of Color #854980

%0
%45
%4
%48

Triadic Colors of #854980

#854980 #808549 #498085

Analogous Colors of #854980

#854980 #854962 #6c4985

Monochromatic Colors of #854980

#854980

Complementary Color

#854980 #49854e

#854980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854980 Color CSS Codes

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

#854980 Text Font Color

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

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


#854980 Background Color

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

This div background color is #854980


#854980 Border Color

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

This div border color is #854980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854980


Comments

No comments written yet.

Please login to write comment.