Color Hex Logo

#895cbb Color Hex

#895CBB
(137,92,187)
0 Favorites   0 Comments

Color spaces of #895cbb

RGB 13792187
HSL0.750.410.55
HSV268°51°73°
CMYK 0.270.510.00   0.27
XYZ23.113316.560548.9920
Yxy16.56050.26070.1868
Hunter Lab40.694630.1671-42.8927
CIE-Lab47.701437.5135-43.4263

#895cbb color RGB value is (137,92,187).

#895cbb hex color red value is 137, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #895cbb hue: 0.75 , saturation: 0.41 and the lightness value of 895cbb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011100 10111011
Octal 211 134 273
Decimal 137 92 187
Hex 89 5C BB

RGB Percentages of Color #895cbb

%32.93
%22.12
%44.95

CMYK Percentages of Color #895cbb

%27
%51
%0
%27

Triadic Colors of #895cbb

#895cbb #bb895c #5cbb89

Analogous Colors of #895cbb

#895cbb #b95cbb #5c5ebb

Monochromatic Colors of #895cbb

#895cbb

Complementary Color

#895cbb #8ebb5c

#895cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#895cbb Color CSS Codes

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

#895cbb Text Font Color

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

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


#895cbb Background Color

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

This div background color is #895cbb


#895cbb Border Color

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

This div border color is #895cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895cbb


Comments

No comments written yet.

Please login to write comment.