Color Hex Logo

#895bcc Color Hex

#895BCC
(137,91,204)
0 Favorites   0 Comments

Color spaces of #895bcc

RGB 13791204
HSL0.730.530.58
HSV264°55°80°
CMYK 0.330.550.00   0.20
XYZ24.956717.160259.1236
Yxy17.16020.24650.1695
Hunter Lab41.424935.0450-55.6242
CIE-Lab48.461342.3239-52.0261

#895bcc color RGB value is (137,91,204).

#895bcc hex color red value is 137, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #895bcc hue: 0.73 , saturation: 0.53 and the lightness value of 895bcc is 0.58.

The process color (four color CMYK) of #895bcc color hex is 0.33, 0.55, 0.00, 0.20. Web safe color of #895bcc is #9966cc. Color #895bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011011 11001100
Octal 211 133 314
Decimal 137 91 204
Hex 89 5B CC

RGB Percentages of Color #895bcc

%31.71
%21.06
%47.22

CMYK Percentages of Color #895bcc

%33
%55
%0
%20

Triadic Colors of #895bcc

#895bcc #cc895b #5bcc89

Analogous Colors of #895bcc

#895bcc #c25bcc #5b66cc

Monochromatic Colors of #895bcc

#895bcc

Complementary Color

#895bcc #9ecc5b

#895bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#895bcc Color CSS Codes

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

#895bcc Text Font Color

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

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


#895bcc Background Color

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

This div background color is #895bcc


#895bcc Border Color

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

This div border color is #895bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895bcc


Comments

No comments written yet.

Please login to write comment.