Color Hex Logo

#856890 Color Hex

#856890
(133,104,144)
1 Favorites   0 Comments

Color spaces of #856890

RGB 133104144
HSL0.790.160.49
HSV284°28°56°
CMYK 0.080.280.00   0.44
XYZ19.657216.900828.6117
Yxy16.90080.30160.2593
Hunter Lab41.110613.4070-12.4866
CIE-Lab48.134819.2431-17.5253

#856890 color RGB value is (133,104,144).

#856890 hex color red value is 133, green value is 104 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #856890 hue: 0.79 , saturation: 0.16 and the lightness value of 856890 is 0.49.

The process color (four color CMYK) of #856890 color hex is 0.08, 0.28, 0.00, 0.44. Web safe color of #856890 is #996699. Color #856890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101000 10010000
Octal 205 150 220
Decimal 133 104 144
Hex 85 68 90

RGB Percentages of Color #856890

%34.91
%27.30
%37.80

CMYK Percentages of Color #856890

%8
%28
%0
%44

Triadic Colors of #856890

#856890 #908568 #689085

Analogous Colors of #856890

#856890 #906887 #716890

Monochromatic Colors of #856890

#856890

Complementary Color

#856890 #739068

#856890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856890 Color CSS Codes

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

#856890 Text Font Color

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

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


#856890 Background Color

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

This div background color is #856890


#856890 Border Color

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

This div border color is #856890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856890


Comments

No comments written yet.

Please login to write comment.