Color Hex Logo

#895fab Color Hex

#895FAB
(137,95,171)
0 Favorites   0 Comments

Color spaces of #895fab

RGB 13795171
HSL0.760.310.52
HSV273°44°67°
CMYK 0.200.440.00   0.33
XYZ21.759416.443140.5551
Yxy16.44310.27630.2088
Hunter Lab40.550124.8214-30.9123
CIE-Lab47.550531.9471-34.3293

#895fab color RGB value is (137,95,171).

#895fab hex color red value is 137, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #895fab hue: 0.76 , saturation: 0.31 and the lightness value of 895fab is 0.52.

The process color (four color CMYK) of #895fab color hex is 0.20, 0.44, 0.00, 0.33. Web safe color of #895fab is #996699. Color #895fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011111 10101011
Octal 211 137 253
Decimal 137 95 171
Hex 89 5F AB

RGB Percentages of Color #895fab

%34.00
%23.57
%42.43

CMYK Percentages of Color #895fab

%20
%44
%0
%33

Triadic Colors of #895fab

#895fab #ab895f #5fab89

Analogous Colors of #895fab

#895fab #ab5fa7 #635fab

Monochromatic Colors of #895fab

#895fab

Complementary Color

#895fab #81ab5f

#895fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#895fab Color CSS Codes

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

#895fab Text Font Color

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

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


#895fab Background Color

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

This div background color is #895fab


#895fab Border Color

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

This div border color is #895fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,95,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #895fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #895fab;
  -webkit-box-shadow: 1px 1px 3px 2px #895fab;
  box-shadow:         1px 1px 3px 2px #895fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895fab


Comments

No comments written yet.

Please login to write comment.