Color Hex Logo

#896eaf Color Hex

#896EAF
(137,110,175)
0 Favorites   0 Comments

Color spaces of #896eaf

RGB 137110175
HSL0.740.290.56
HSV265°37°69°
CMYK 0.220.370.00   0.31
XYZ23.630319.565443.0885
Yxy19.56540.27390.2268
Hunter Lab44.232817.9519-26.7932
CIE-Lab51.342224.1301-30.7280

#896eaf color RGB value is (137,110,175).

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

The process color (four color CMYK) of #896eaf color hex is 0.22, 0.37, 0.00, 0.31. Web safe color of #896eaf is #996699. Color #896eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101110 10101111
Octal 211 156 257
Decimal 137 110 175
Hex 89 6E AF

RGB Percentages of Color #896eaf

%32.46
%26.07
%41.47

CMYK Percentages of Color #896eaf

%22
%37
%0
%31

Triadic Colors of #896eaf

#896eaf #af896e #6eaf89

Analogous Colors of #896eaf

#896eaf #aa6eaf #6e74af

Monochromatic Colors of #896eaf

#896eaf

Complementary Color

#896eaf #94af6e

#896eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#896eaf Color CSS Codes

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

#896eaf Text Font Color

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

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


#896eaf Background Color

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

This div background color is #896eaf


#896eaf Border Color

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

This div border color is #896eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896eaf


Comments

No comments written yet.

Please login to write comment.