Color Hex Logo

#896dbd Color Hex

#896DBD
(137,109,189)
0 Favorites   0 Comments

Color spaces of #896dbd

RGB 137109189
HSL0.730.380.58
HSV261°42°74°
CMYK 0.280.420.00   0.26
XYZ24.970519.929850.6749
Yxy19.92980.26130.2085
Hunter Lab44.642821.7173-36.0512
CIE-Lab51.757728.1739-38.1677

#896dbd color RGB value is (137,109,189).

#896dbd hex color red value is 137, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #896dbd hue: 0.73 , saturation: 0.38 and the lightness value of 896dbd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101101 10111101
Octal 211 155 275
Decimal 137 109 189
Hex 89 6D BD

RGB Percentages of Color #896dbd

%31.49
%25.06
%43.45

CMYK Percentages of Color #896dbd

%28
%42
%0
%26

Triadic Colors of #896dbd

#896dbd #bd896d #6dbd89

Analogous Colors of #896dbd

#896dbd #b16dbd #6d79bd

Monochromatic Colors of #896dbd

#896dbd

Complementary Color

#896dbd #a1bd6d

#896dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#896dbd Color CSS Codes

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

#896dbd Text Font Color

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

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


#896dbd Background Color

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

This div background color is #896dbd


#896dbd Border Color

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

This div border color is #896dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896dbd


Comments

No comments written yet.

Please login to write comment.