Color Hex Logo

#898cdc Color Hex

#898CDC
(137,140,220)
0 Favorites   0 Comments

Color spaces of #898cdc

RGB 137140220
HSL0.660.540.70
HSV238°38°86°
CMYK 0.380.360.00   0.14
XYZ32.612929.241871.6355
Yxy29.24180.24430.2191
Hunter Lab54.075713.0204-40.6901
CIE-Lab60.994418.1696-41.1990

#898cdc color RGB value is (137,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 11011100
Octal 211 214 334
Decimal 137 140 220
Hex 89 8C DC

RGB Percentages of Color #898cdc

%27.57
%28.17
%44.27

CMYK Percentages of Color #898cdc

%38
%36
%0
%14

Triadic Colors of #898cdc

#898cdc #dc898c #8cdc89

Analogous Colors of #898cdc

#898cdc #b089dc #89b6dc

Monochromatic Colors of #898cdc

#898cdc

Complementary Color

#898cdc #dcd989

#898cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#898cdc Color CSS Codes

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

#898cdc Text Font Color

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

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


#898cdc Background Color

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

This div background color is #898cdc


#898cdc Border Color

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

This div border color is #898cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898cdc


Comments

No comments written yet.

Please login to write comment.