Color Hex Logo

#898ccc Color Hex

#898CCC
(137,140,204)
0 Favorites   0 Comments

Color spaces of #898ccc

RGB 137140204
HSL0.660.400.67
HSV237°33°80°
CMYK 0.330.310.00   0.20
XYZ30.593728.434261.0026
Yxy28.43420.25490.2369
Hunter Lab53.32379.0952-30.5014
CIE-Lab60.279013.8747-33.3612

#898ccc color RGB value is (137,140,204).

#898ccc hex color red value is 137, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #898ccc hue: 0.66 , saturation: 0.40 and the lightness value of 898ccc is 0.67.

The process color (four color CMYK) of #898ccc color hex is 0.33, 0.31, 0.00, 0.20. Web safe color of #898ccc is #9999cc. Color #898ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 11001100
Octal 211 214 314
Decimal 137 140 204
Hex 89 8C CC

RGB Percentages of Color #898ccc

%28.48
%29.11
%42.41

CMYK Percentages of Color #898ccc

%33
%31
%0
%20

Triadic Colors of #898ccc

#898ccc #cc898c #8ccc89

Analogous Colors of #898ccc

#898ccc #a889cc #89aecc

Monochromatic Colors of #898ccc

#898ccc

Complementary Color

#898ccc #ccc989

#898ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ccc Color CSS Codes

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

#898ccc Text Font Color

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

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


#898ccc Background Color

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

This div background color is #898ccc


#898ccc Border Color

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

This div border color is #898ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,140,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #898ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #898ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #898ccc;
  box-shadow:         1px 1px 3px 2px #898ccc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ccc


Comments

No comments written yet.

Please login to write comment.