Color Hex Logo

#897bad Color Hex

#897BAD
(137,123,173)
0 Favorites   0 Comments

Color spaces of #897bad

RGB 137123173
HSL0.710.230.58
HSV257°29°68°
CMYK 0.210.290.00   0.32
XYZ24.942322.501442.5638
Yxy22.50140.27710.2500
Hunter Lab47.435610.8453-19.9957
CIE-Lab54.555015.9961-24.5903

#897bad color RGB value is (137,123,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111011 10101101
Octal 211 173 255
Decimal 137 123 173
Hex 89 7B AD

RGB Percentages of Color #897bad

%31.64
%28.41
%39.95

CMYK Percentages of Color #897bad

%21
%29
%0
%32

Triadic Colors of #897bad

#897bad #ad897b #7bad89

Analogous Colors of #897bad

#897bad #a27bad #7b86ad

Monochromatic Colors of #897bad

#897bad

Complementary Color

#897bad #9fad7b

#897bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#897bad Color CSS Codes

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

#897bad Text Font Color

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

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


#897bad Background Color

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

This div background color is #897bad


#897bad Border Color

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

This div border color is #897bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897bad


Comments

No comments written yet.

Please login to write comment.