Color Hex Logo

#896bae Color Hex

#896BAE
(137,107,174)
0 Favorites   0 Comments

Color spaces of #896bae

RGB 137107174
HSL0.740.290.55
HSV267°39°68°
CMYK 0.210.390.00   0.32
XYZ23.214218.889742.4670
Yxy18.88970.27450.2234
Hunter Lab43.462319.2819-27.5087
CIE-Lab50.557925.6545-31.3709

#896bae color RGB value is (137,107,174).

#896bae hex color red value is 137, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #896bae hue: 0.74 , saturation: 0.29 and the lightness value of 896bae is 0.55.

The process color (four color CMYK) of #896bae color hex is 0.21, 0.39, 0.00, 0.32. Web safe color of #896bae is #996699. Color #896bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101011 10101110
Octal 211 153 256
Decimal 137 107 174
Hex 89 6B AE

RGB Percentages of Color #896bae

%32.78
%25.60
%41.63

CMYK Percentages of Color #896bae

%21
%39
%0
%32

Triadic Colors of #896bae

#896bae #ae896b #6bae89

Analogous Colors of #896bae

#896bae #ab6bae #6b6fae

Monochromatic Colors of #896bae

#896bae

Complementary Color

#896bae #90ae6b

#896bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#896bae Color CSS Codes

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

#896bae Text Font Color

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

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


#896bae Background Color

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

This div background color is #896bae


#896bae Border Color

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

This div border color is #896bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896bae


Comments

No comments written yet.

Please login to write comment.