Color Hex Logo

#897abf Color Hex

#897ABF
(137,122,191)
0 Favorites   0 Comments

Color spaces of #897abf

RGB 137122191
HSL0.700.350.61
HSV253°36°75°
CMYK 0.280.360.00   0.25
XYZ26.680022.999052.3233
Yxy22.99900.26160.2255
Hunter Lab47.957315.3794-31.1177
CIE-Lab55.071321.0384-34.1173

#897abf color RGB value is (137,122,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111010 10111111
Octal 211 172 277
Decimal 137 122 191
Hex 89 7A BF

RGB Percentages of Color #897abf

%30.44
%27.11
%42.44

CMYK Percentages of Color #897abf

%28
%36
%0
%25

Triadic Colors of #897abf

#897abf #bf897a #7abf89

Analogous Colors of #897abf

#897abf #ac7abf #7a8ebf

Monochromatic Colors of #897abf

#897abf

Complementary Color

#897abf #b0bf7a

#897abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#897abf Color CSS Codes

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

#897abf Text Font Color

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

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


#897abf Background Color

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

This div background color is #897abf


#897abf Border Color

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

This div border color is #897abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897abf


Comments

No comments written yet.

Please login to write comment.