Color Hex Logo

#895382 Color Hex

#895382
(137,83,130)
0 Favorites   0 Comments

Color spaces of #895382

RGB 13783130
HSL0.850.250.43
HSV308°39°54°
CMYK 0.000.390.05   0.46
XYZ17.439013.116622.7317
Yxy13.11660.32730.2461
Hunter Lab36.216822.5712-11.8619
CIE-Lab42.938430.0725-17.0283

#895382 color RGB value is (137,83,130).

#895382 hex color red value is 137, green value is 83 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #895382 hue: 0.85 , saturation: 0.25 and the lightness value of 895382 is 0.43.

The process color (four color CMYK) of #895382 color hex is 0.00, 0.39, 0.05, 0.46. Web safe color of #895382 is #996699. Color #895382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 10000010
Octal 211 123 202
Decimal 137 83 130
Hex 89 53 82

RGB Percentages of Color #895382

%39.14
%23.71
%37.14

CMYK Percentages of Color #895382

%0
%39
%5
%46

Triadic Colors of #895382

#895382 #828953 #538289

Analogous Colors of #895382

#895382 #895367 #755389

Monochromatic Colors of #895382

#895382

Complementary Color

#895382 #53895a

#895382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895382 Color CSS Codes

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

#895382 Text Font Color

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

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


#895382 Background Color

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

This div background color is #895382


#895382 Border Color

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

This div border color is #895382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895382


Comments

No comments written yet.

Please login to write comment.