Color Hex Logo

#898cce Color Hex

#898CCE
(137,140,206)
0 Favorites   0 Comments

Color spaces of #898cce

RGB 137140206
HSL0.660.410.67
HSV237°33°81°
CMYK 0.330.320.00   0.19
XYZ30.835228.530862.2743
Yxy28.53080.25350.2346
Hunter Lab53.41429.5704-31.7348
CIE-Lab60.365314.4021-34.3503

#898cce color RGB value is (137,140,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 11001110
Octal 211 214 316
Decimal 137 140 206
Hex 89 8C CE

RGB Percentages of Color #898cce

%28.36
%28.99
%42.65

CMYK Percentages of Color #898cce

%33
%32
%0
%19

Triadic Colors of #898cce

#898cce #ce898c #8cce89

Analogous Colors of #898cce

#898cce #a989ce #89afce

Monochromatic Colors of #898cce

#898cce

Complementary Color

#898cce #cecb89

#898cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#898cce Color CSS Codes

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

#898cce Text Font Color

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

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


#898cce Background Color

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

This div background color is #898cce


#898cce Border Color

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

This div border color is #898cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898cce


Comments

No comments written yet.

Please login to write comment.