Color Hex Logo

#898fcc Color Hex

#898FCC
(137,143,204)
0 Favorites   0 Comments

Color spaces of #898fcc

RGB 137143204
HSL0.650.400.67
HSV235°33°80°
CMYK 0.330.300.00   0.20
XYZ31.038129.322961.1507
Yxy29.32290.25540.2413
Hunter Lab54.15067.5492-29.0490
CIE-Lab61.065612.1356-32.1384

#898fcc color RGB value is (137,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 11001100
Octal 211 217 314
Decimal 137 143 204
Hex 89 8F CC

RGB Percentages of Color #898fcc

%28.31
%29.55
%42.15

CMYK Percentages of Color #898fcc

%33
%30
%0
%20

Triadic Colors of #898fcc

#898fcc #cc898f #8fcc89

Analogous Colors of #898fcc

#898fcc #a589cc #89b1cc

Monochromatic Colors of #898fcc

#898fcc

Complementary Color

#898fcc #ccc689

#898fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#898fcc Color CSS Codes

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

#898fcc Text Font Color

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

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


#898fcc Background Color

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

This div background color is #898fcc


#898fcc Border Color

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

This div border color is #898fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898fcc


Comments

No comments written yet.

Please login to write comment.