Color Hex Logo

#854c8c Color Hex

#854C8C
(133,76,140)
0 Favorites   0 Comments

Color spaces of #854c8c

RGB 13376140
HSL0.820.300.42
HSV293°46°55°
CMYK 0.050.460.00   0.45
XYZ16.990912.048926.2411
Yxy12.04890.30740.2180
Hunter Lab34.711526.6286-20.5238
CIE-Lab41.293734.7069-25.6799

#854c8c color RGB value is (133,76,140).

#854c8c hex color red value is 133, green value is 76 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #854c8c hue: 0.82 , saturation: 0.30 and the lightness value of 854c8c is 0.42.

The process color (four color CMYK) of #854c8c color hex is 0.05, 0.46, 0.00, 0.45. Web safe color of #854c8c is #993399. Color #854c8c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001100 10001100
Octal 205 114 214
Decimal 133 76 140
Hex 85 4C 8C

RGB Percentages of Color #854c8c

%38.11
%21.78
%40.11

CMYK Percentages of Color #854c8c

%5
%46
%0
%45

Triadic Colors of #854c8c

#854c8c #8c854c #4c8c85

Analogous Colors of #854c8c

#854c8c #8c4c73 #654c8c

Monochromatic Colors of #854c8c

#854c8c

Complementary Color

#854c8c #538c4c

#854c8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854c8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#854c8c Color CSS Codes

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

#854c8c Text Font Color

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

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


#854c8c Background Color

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

This div background color is #854c8c


#854c8c Border Color

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

This div border color is #854c8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854c8c


Comments

No comments written yet.

Please login to write comment.