Color Hex Logo

#897bae Color Hex

#897BAE
(137,123,174)
0 Favorites   0 Comments

Color spaces of #897bae

RGB 137123174
HSL0.710.240.58
HSV256°29°68°
CMYK 0.210.290.00   0.32
XYZ25.039522.540343.0754
Yxy22.54030.27620.2486
Hunter Lab47.476611.0580-20.5600
CIE-Lab54.595616.2363-25.1038

#897bae color RGB value is (137,123,174).

#897bae hex color red value is 137, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #897bae hue: 0.71 , saturation: 0.24 and the lightness value of 897bae is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111011 10101110
Octal 211 173 256
Decimal 137 123 174
Hex 89 7B AE

RGB Percentages of Color #897bae

%31.57
%28.34
%40.09

CMYK Percentages of Color #897bae

%21
%29
%0
%32

Triadic Colors of #897bae

#897bae #ae897b #7bae89

Analogous Colors of #897bae

#897bae #a37bae #7b87ae

Monochromatic Colors of #897bae

#897bae

Complementary Color

#897bae #a0ae7b

#897bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#897bae Color CSS Codes

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

#897bae Text Font Color

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

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


#897bae Background Color

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

This div background color is #897bae


#897bae Border Color

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

This div border color is #897bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,123,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 #897bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897bae


Comments

No comments written yet.

Please login to write comment.