Color Hex Logo

#896185 Color Hex

#896185
(137,97,133)
0 Favorites   0 Comments

Color spaces of #896185

RGB 13797133
HSL0.850.170.46
HSV306°29°54°
CMYK 0.000.290.03   0.46
XYZ18.824915.561224.2017
Yxy15.56120.32130.2656
Hunter Lab39.447716.1488-8.7619
CIE-Lab46.393522.5154-13.5756

#896185 color RGB value is (137,97,133).

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

The process color (four color CMYK) of #896185 color hex is 0.00, 0.29, 0.03, 0.46. Web safe color of #896185 is #996699. Color #896185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100001 10000101
Octal 211 141 205
Decimal 137 97 133
Hex 89 61 85

RGB Percentages of Color #896185

%37.33
%26.43
%36.24

CMYK Percentages of Color #896185

%0
%29
%3
%46

Triadic Colors of #896185

#896185 #858961 #618589

Analogous Colors of #896185

#896185 #896171 #796189

Monochromatic Colors of #896185

#896185

Complementary Color

#896185 #618965

#896185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896185 Color CSS Codes

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

#896185 Text Font Color

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

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


#896185 Background Color

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

This div background color is #896185


#896185 Border Color

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

This div border color is #896185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896185


Comments

No comments written yet.

Please login to write comment.