Color Hex Logo

#897abe Color Hex

#897ABE
(137,122,190)
0 Favorites   0 Comments

Color spaces of #897abe

RGB 137122190
HSL0.700.340.61
HSV253°36°75°
CMYK 0.280.360.00   0.25
XYZ26.570322.955151.7456
Yxy22.95510.26240.2267
Hunter Lab47.911515.1458-30.4966
CIE-Lab55.026120.7841-33.6167

#897abe color RGB value is (137,122,190).

#897abe hex color red value is 137, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #897abe hue: 0.70 , saturation: 0.34 and the lightness value of 897abe is 0.61.

The process color (four color CMYK) of #897abe color hex is 0.28, 0.36, 0.00, 0.25. Web safe color of #897abe is #9966cc. Color #897abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111010 10111110
Octal 211 172 276
Decimal 137 122 190
Hex 89 7A BE

RGB Percentages of Color #897abe

%30.51
%27.17
%42.32

CMYK Percentages of Color #897abe

%28
%36
%0
%25

Triadic Colors of #897abe

#897abe #be897a #7abe89

Analogous Colors of #897abe

#897abe #ab7abe #7a8dbe

Monochromatic Colors of #897abe

#897abe

Complementary Color

#897abe #afbe7a

#897abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#897abe Color CSS Codes

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

#897abe Text Font Color

<p style="color:#897abe">Text here</p>

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


#897abe Background Color

<div style="background-color:#897abe">
Div content here</div>

This div background color is #897abe


#897abe Border Color

<div style="border:3px solid #897abe">
Div here</div>

This div border color is #897abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,122,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #897abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #897abe;
  -webkit-box-shadow: 1px 1px 3px 2px #897abe;
  box-shadow:         1px 1px 3px 2px #897abe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897abe


Comments

No comments written yet.

Please login to write comment.