Color Hex Logo

#896fbd Color Hex

#896FBD
(137,111,189)
0 Favorites   0 Comments

Color spaces of #896fbd

RGB 137111189
HSL0.720.370.59
HSV260°41°74°
CMYK 0.280.410.00   0.26
XYZ25.186320.361450.7468
Yxy20.36140.26160.2114
Hunter Lab45.123620.6657-35.0920
CIE-Lab52.243427.0005-37.4037

#896fbd color RGB value is (137,111,189).

#896fbd hex color red value is 137, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #896fbd hue: 0.72 , saturation: 0.37 and the lightness value of 896fbd is 0.59.

The process color (four color CMYK) of #896fbd color hex is 0.28, 0.41, 0.00, 0.26. Web safe color of #896fbd is #9966cc. Color #896fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101111 10111101
Octal 211 157 275
Decimal 137 111 189
Hex 89 6F BD

RGB Percentages of Color #896fbd

%31.35
%25.40
%43.25

CMYK Percentages of Color #896fbd

%28
%41
%0
%26

Triadic Colors of #896fbd

#896fbd #bd896f #6fbd89

Analogous Colors of #896fbd

#896fbd #b06fbd #6f7cbd

Monochromatic Colors of #896fbd

#896fbd

Complementary Color

#896fbd #a3bd6f

#896fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#896fbd Color CSS Codes

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

#896fbd Text Font Color

<p style="color:#896fbd">Text here</p>

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


#896fbd Background Color

<div style="background-color:#896fbd">
Div content here</div>

This div background color is #896fbd


#896fbd Border Color

<div style="border:3px solid #896fbd">
Div here</div>

This div border color is #896fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,111,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #896fbd;
  box-shadow:         1px 1px 3px 2px #896fbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896fbd


Comments

No comments written yet.

Please login to write comment.