Color Hex Logo

#896beb Color Hex

#896BEB
(137,107,235)
0 Favorites   0 Comments

Color spaces of #896beb

RGB 137107235
HSL0.710.760.67
HSV254°54°92°
CMYK 0.420.540.00   0.08
XYZ30.569621.831981.2000
Yxy21.83190.22880.1634
Hunter Lab46.724635.0156-70.3294
CIE-Lab53.848241.5037-60.9406

#896beb color RGB value is (137,107,235).

#896beb hex color red value is 137, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #896beb hue: 0.71 , saturation: 0.76 and the lightness value of 896beb is 0.67.

The process color (four color CMYK) of #896beb color hex is 0.42, 0.54, 0.00, 0.08. Web safe color of #896beb is #9966ff. Color #896beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101011 11101011
Octal 211 153 353
Decimal 137 107 235
Hex 89 6B EB

RGB Percentages of Color #896beb

%28.60
%22.34
%49.06

CMYK Percentages of Color #896beb

%42
%54
%0
%8

Triadic Colors of #896beb

#896beb #eb896b #6beb89

Analogous Colors of #896beb

#896beb #c96beb #6b8deb

Monochromatic Colors of #896beb

#896beb

Complementary Color

#896beb #cdeb6b

#896beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#896beb Color CSS Codes

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

#896beb Text Font Color

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

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


#896beb Background Color

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

This div background color is #896beb


#896beb Border Color

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

This div border color is #896beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896beb


Comments

No comments written yet.

Please login to write comment.