Color Hex Logo

#898cda Color Hex

#898CDA
(137,140,218)
0 Favorites   0 Comments

Color spaces of #898cda

RGB 137140218
HSL0.660.520.70
HSV238°37°85°
CMYK 0.370.360.00   0.15
XYZ32.349529.136570.2486
Yxy29.13650.24560.2212
Hunter Lab53.978212.5143-39.3767
CIE-Lab60.901917.6235-40.2286

#898cda color RGB value is (137,140,218).

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

The process color (four color CMYK) of #898cda color hex is 0.37, 0.36, 0.00, 0.15. Web safe color of #898cda is #9999cc. Color #898cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 11011010
Octal 211 214 332
Decimal 137 140 218
Hex 89 8C DA

RGB Percentages of Color #898cda

%27.68
%28.28
%44.04

CMYK Percentages of Color #898cda

%37
%36
%0
%15

Triadic Colors of #898cda

#898cda #da898c #8cda89

Analogous Colors of #898cda

#898cda #af89da #89b5da

Monochromatic Colors of #898cda

#898cda

Complementary Color

#898cda #dad789

#898cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#898cda Color CSS Codes

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

#898cda Text Font Color

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

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


#898cda Background Color

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

This div background color is #898cda


#898cda Border Color

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

This div border color is #898cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898cda


Comments

No comments written yet.

Please login to write comment.