Color Hex Logo

#897abb Color Hex

#897ABB
(137,122,187)
0 Favorites   0 Comments

Color spaces of #897abb

RGB 137122187
HSL0.710.320.61
HSV254°35°73°
CMYK 0.270.350.00   0.27
XYZ26.245722.825350.0361
Yxy22.82530.26480.2303
Hunter Lab47.775814.4514-28.6519
CIE-Lab54.891920.0255-32.1099

#897abb color RGB value is (137,122,187).

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

The process color (four color CMYK) of #897abb color hex is 0.27, 0.35, 0.00, 0.27. Web safe color of #897abb is #9966cc. Color #897abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111010 10111011
Octal 211 172 273
Decimal 137 122 187
Hex 89 7A BB

RGB Percentages of Color #897abb

%30.72
%27.35
%41.93

CMYK Percentages of Color #897abb

%27
%35
%0
%27

Triadic Colors of #897abb

#897abb #bb897a #7abb89

Analogous Colors of #897abb

#897abb #aa7abb #7a8cbb

Monochromatic Colors of #897abb

#897abb

Complementary Color

#897abb #acbb7a

#897abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#897abb Color CSS Codes

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

#897abb Text Font Color

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

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


#897abb Background Color

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

This div background color is #897abb


#897abb Border Color

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

This div border color is #897abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897abb


Comments

No comments written yet.

Please login to write comment.