Color Hex Logo

#897892 Color Hex

#897892
(137,120,146)
0 Favorites   0 Comments

Color spaces of #897892

RGB 137120146
HSL0.780.110.52
HSV279°18°57°
CMYK 0.060.180.00   0.43
XYZ22.221320.826630.0429
Yxy20.82660.30400.2849
Hunter Lab45.63627.0525-7.0861
CIE-Lab52.759211.6452-11.6535

#897892 color RGB value is (137,120,146).

#897892 hex color red value is 137, green value is 120 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #897892 hue: 0.78 , saturation: 0.11 and the lightness value of 897892 is 0.52.

The process color (four color CMYK) of #897892 color hex is 0.06, 0.18, 0.00, 0.43. Web safe color of #897892 is #996699. Color #897892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111000 10010010
Octal 211 170 222
Decimal 137 120 146
Hex 89 78 92

RGB Percentages of Color #897892

%34.00
%29.78
%36.23

CMYK Percentages of Color #897892

%6
%18
%0
%43

Triadic Colors of #897892

#897892 #928978 #789289

Analogous Colors of #897892

#897892 #92788e #7c7892

Monochromatic Colors of #897892

#897892

Complementary Color

#897892 #819278

#897892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897892 Color CSS Codes

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

#897892 Text Font Color

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

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


#897892 Background Color

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

This div background color is #897892


#897892 Border Color

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

This div border color is #897892


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,120,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #897892; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #897892;
  -webkit-box-shadow: 1px 1px 3px 2px #897892;
  box-shadow:         1px 1px 3px 2px #897892; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897892


Comments

No comments written yet.

Please login to write comment.