Color Hex Logo

#895bbc Color Hex

#895BBC
(137,91,188)
0 Favorites   0 Comments

Color spaces of #895bbc

RGB 13791188
HSL0.750.420.55
HSV268°52°74°
CMYK 0.270.520.00   0.26
XYZ23.134716.431449.5292
Yxy16.43140.25970.1844
Hunter Lab40.535730.9369-44.0695
CIE-Lab47.535538.3251-44.2705

#895bbc color RGB value is (137,91,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011011 10111100
Octal 211 133 274
Decimal 137 91 188
Hex 89 5B BC

RGB Percentages of Color #895bbc

%32.93
%21.88
%45.19

CMYK Percentages of Color #895bbc

%27
%52
%0
%26

Triadic Colors of #895bbc

#895bbc #bc895b #5bbc89

Analogous Colors of #895bbc

#895bbc #ba5bbc #5b5dbc

Monochromatic Colors of #895bbc

#895bbc

Complementary Color

#895bbc #8ebc5b

#895bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#895bbc Color CSS Codes

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

#895bbc Text Font Color

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

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


#895bbc Background Color

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

This div background color is #895bbc


#895bbc Border Color

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

This div border color is #895bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895bbc


Comments

No comments written yet.

Please login to write comment.