Color Hex Logo

#898fbc Color Hex

#898FBC
(137,143,188)
0 Favorites   0 Comments

Color spaces of #898fbc

RGB 137143188
HSL0.650.280.64
HSV233°27°74°
CMYK 0.270.240.00   0.26
XYZ29.216128.594151.5563
Yxy28.59410.26710.2615
Hunter Lab53.47353.9479-19.7329
CIE-Lab60.42178.0371-24.1233

#898fbc color RGB value is (137,143,188).

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

The process color (four color CMYK) of #898fbc color hex is 0.27, 0.24, 0.00, 0.26. Web safe color of #898fbc is #9999cc. Color #898fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 10111100
Octal 211 217 274
Decimal 137 143 188
Hex 89 8F BC

RGB Percentages of Color #898fbc

%29.27
%30.56
%40.17

CMYK Percentages of Color #898fbc

%27
%24
%0
%26

Triadic Colors of #898fbc

#898fbc #bc898f #8fbc89

Analogous Colors of #898fbc

#898fbc #9d89bc #89a9bc

Monochromatic Colors of #898fbc

#898fbc

Complementary Color

#898fbc #bcb689

#898fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#898fbc Color CSS Codes

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

#898fbc Text Font Color

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

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


#898fbc Background Color

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

This div background color is #898fbc


#898fbc Border Color

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

This div border color is #898fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898fbc


Comments

No comments written yet.

Please login to write comment.