Color Hex Logo

#897fbf Color Hex

#897FBF
(137,127,191)
0 Favorites   0 Comments

Color spaces of #897fbf

RGB 137127191
HSL0.690.330.62
HSV249°34°75°
CMYK 0.280.340.00   0.25
XYZ27.309924.258752.5332
Yxy24.25870.26230.2330
Hunter Lab49.253112.7818-28.7613
CIE-Lab56.345918.1009-32.1290

#897fbf color RGB value is (137,127,191).

#897fbf hex color red value is 137, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #897fbf hue: 0.69 , saturation: 0.33 and the lightness value of 897fbf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111111 10111111
Octal 211 177 277
Decimal 137 127 191
Hex 89 7F BF

RGB Percentages of Color #897fbf

%30.11
%27.91
%41.98

CMYK Percentages of Color #897fbf

%28
%34
%0
%25

Triadic Colors of #897fbf

#897fbf #bf897f #7fbf89

Analogous Colors of #897fbf

#897fbf #a97fbf #7f95bf

Monochromatic Colors of #897fbf

#897fbf

Complementary Color

#897fbf #b5bf7f

#897fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#897fbf Color CSS Codes

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

#897fbf Text Font Color

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

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


#897fbf Background Color

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

This div background color is #897fbf


#897fbf Border Color

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

This div border color is #897fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897fbf


Comments

No comments written yet.

Please login to write comment.