Color Hex Logo

#895ebf Color Hex

#895EBF
(137,94,191)
0 Favorites   0 Comments

Color spaces of #895ebf

RGB 13794191
HSL0.740.430.56
HSV267°51°75°
CMYK 0.280.510.00   0.25
XYZ23.723217.085451.3377
Yxy17.08540.25750.1854
Hunter Lab41.334530.1116-44.7044
CIE-Lab48.367537.3639-44.6858

#895ebf color RGB value is (137,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011110 10111111
Octal 211 136 277
Decimal 137 94 191
Hex 89 5E BF

RGB Percentages of Color #895ebf

%32.46
%22.27
%45.26

CMYK Percentages of Color #895ebf

%28
%51
%0
%25

Triadic Colors of #895ebf

#895ebf #bf895e #5ebf89

Analogous Colors of #895ebf

#895ebf #ba5ebf #5e64bf

Monochromatic Colors of #895ebf

#895ebf

Complementary Color

#895ebf #94bf5e

#895ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#895ebf Color CSS Codes

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

#895ebf Text Font Color

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

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


#895ebf Background Color

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

This div background color is #895ebf


#895ebf Border Color

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

This div border color is #895ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,94,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 #895ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895ebf


Comments

No comments written yet.

Please login to write comment.