Color Hex Logo

#895abf Color Hex

#895ABF
(137,90,191)
0 Favorites   0 Comments

Color spaces of #895abf

RGB 13790191
HSL0.740.440.55
HSV268°53°75°
CMYK 0.280.530.00   0.25
XYZ23.376716.392351.2222
Yxy16.39230.25690.1802
Hunter Lab40.487432.2097-46.6689
CIE-Lab47.485039.6273-46.0904

#895abf color RGB value is (137,90,191).

#895abf hex color red value is 137, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #895abf hue: 0.74 , saturation: 0.44 and the lightness value of 895abf is 0.55.

The process color (four color CMYK) of #895abf color hex is 0.28, 0.53, 0.00, 0.25. Web safe color of #895abf is #9966cc. Color #895abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011010 10111111
Octal 211 132 277
Decimal 137 90 191
Hex 89 5A BF

RGB Percentages of Color #895abf

%32.78
%21.53
%45.69

CMYK Percentages of Color #895abf

%28
%53
%0
%25

Triadic Colors of #895abf

#895abf #bf895a #5abf89

Analogous Colors of #895abf

#895abf #bc5abf #5a5dbf

Monochromatic Colors of #895abf

#895abf

Complementary Color

#895abf #90bf5a

#895abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#895abf Color CSS Codes

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

#895abf Text Font Color

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

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


#895abf Background Color

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

This div background color is #895abf


#895abf Border Color

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

This div border color is #895abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895abf


Comments

No comments written yet.

Please login to write comment.