Color Hex Logo

#898bdc Color Hex

#898BDC
(137,139,220)
0 Favorites   0 Comments

Color spaces of #898bdc

RGB 137139220
HSL0.660.540.70
HSV239°38°86°
CMYK 0.380.370.00   0.14
XYZ32.467428.950971.5870
Yxy28.95090.24410.2177
Hunter Lab53.806013.5491-41.2190
CIE-Lab60.738318.7524-41.6014

#898bdc color RGB value is (137,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 11011100
Octal 211 213 334
Decimal 137 139 220
Hex 89 8B DC

RGB Percentages of Color #898bdc

%27.62
%28.02
%44.35

CMYK Percentages of Color #898bdc

%38
%37
%0
%14

Triadic Colors of #898bdc

#898bdc #dc898b #8bdc89

Analogous Colors of #898bdc

#898bdc #b189dc #89b5dc

Monochromatic Colors of #898bdc

#898bdc

Complementary Color

#898bdc #dcda89

#898bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#898bdc Color CSS Codes

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

#898bdc Text Font Color

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

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


#898bdc Background Color

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

This div background color is #898bdc


#898bdc Border Color

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

This div border color is #898bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898bdc


Comments

No comments written yet.

Please login to write comment.