Color Hex Logo

#897bc7 Color Hex

#897BC7
(137,123,199)
0 Favorites   0 Comments

Color spaces of #897bc7

RGB 137123199
HSL0.700.400.63
HSV251°38°78°
CMYK 0.310.380.00   0.22
XYZ27.708323.607857.1292
Yxy23.60780.25550.2177
Hunter Lab48.587916.7648-35.7012
CIE-Lab55.693022.5119-37.7020

#897bc7 color RGB value is (137,123,199).

#897bc7 hex color red value is 137, green value is 123 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #897bc7 hue: 0.70 , saturation: 0.40 and the lightness value of 897bc7 is 0.63.

The process color (four color CMYK) of #897bc7 color hex is 0.31, 0.38, 0.00, 0.22. Web safe color of #897bc7 is #9966cc. Color #897bc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111011 11000111
Octal 211 173 307
Decimal 137 123 199
Hex 89 7B C7

RGB Percentages of Color #897bc7

%29.85
%26.80
%43.36

CMYK Percentages of Color #897bc7

%31
%38
%0
%22

Triadic Colors of #897bc7

#897bc7 #c7897b #7bc789

Analogous Colors of #897bc7

#897bc7 #af7bc7 #7b93c7

Monochromatic Colors of #897bc7

#897bc7

Complementary Color

#897bc7 #b9c77b

#897bc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897bc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897bc7 Color CSS Codes

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

#897bc7 Text Font Color

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

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


#897bc7 Background Color

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

This div background color is #897bc7


#897bc7 Border Color

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

This div border color is #897bc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897bc7


Comments

No comments written yet.

Please login to write comment.