Color Hex Logo

#856389 Color Hex

#856389
(133,99,137)
0 Favorites   0 Comments

Color spaces of #856389

RGB 13399137
HSL0.820.160.46
HSV294°28°54°
CMYK 0.030.280.00   0.46
XYZ18.650115.716425.7175
Yxy15.71640.31040.2616
Hunter Lab39.643914.5968-10.7114
CIE-Lab46.600220.7194-15.6974

#856389 color RGB value is (133,99,137).

#856389 hex color red value is 133, green value is 99 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #856389 hue: 0.82 , saturation: 0.16 and the lightness value of 856389 is 0.46.

The process color (four color CMYK) of #856389 color hex is 0.03, 0.28, 0.00, 0.46. Web safe color of #856389 is #996699. Color #856389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100011 10001001
Octal 205 143 211
Decimal 133 99 137
Hex 85 63 89

RGB Percentages of Color #856389

%36.04
%26.83
%37.13

CMYK Percentages of Color #856389

%3
%28
%0
%46

Triadic Colors of #856389

#856389 #898563 #638985

Analogous Colors of #856389

#856389 #89637a #726389

Monochromatic Colors of #856389

#856389

Complementary Color

#856389 #678963

#856389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856389 Color CSS Codes

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

#856389 Text Font Color

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

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


#856389 Background Color

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

This div background color is #856389


#856389 Border Color

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

This div border color is #856389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856389

#856389 Color Palettes


Comments

No comments written yet.

Please login to write comment.