Color Hex Logo

#897cc0 Color Hex

#897CC0
(137,124,192)
0 Favorites   0 Comments

Color spaces of #897cc0

RGB 137124192
HSL0.700.350.62
HSV251°35°75°
CMYK 0.290.350.00   0.25
XYZ27.038623.539452.9876
Yxy23.53940.26110.2273
Hunter Lab48.517414.5720-30.7905
CIE-Lab55.623720.1178-33.8252

#897cc0 color RGB value is (137,124,192).

#897cc0 hex color red value is 137, green value is 124 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #897cc0 hue: 0.70 , saturation: 0.35 and the lightness value of 897cc0 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111100 11000000
Octal 211 174 300
Decimal 137 124 192
Hex 89 7C C0

RGB Percentages of Color #897cc0

%30.24
%27.37
%42.38

CMYK Percentages of Color #897cc0

%29
%35
%0
%25

Triadic Colors of #897cc0

#897cc0 #c0897c #7cc089

Analogous Colors of #897cc0

#897cc0 #ab7cc0 #7c91c0

Monochromatic Colors of #897cc0

#897cc0

Complementary Color

#897cc0 #b3c07c

#897cc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897cc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897cc0 Color CSS Codes

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

#897cc0 Text Font Color

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

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


#897cc0 Background Color

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

This div background color is #897cc0


#897cc0 Border Color

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

This div border color is #897cc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897cc0


Comments

No comments written yet.

Please login to write comment.