Color Hex Logo

#898adc Color Hex

#898ADC
(137,138,220)
0 Favorites   0 Comments

Color spaces of #898adc

RGB 137138220
HSL0.660.540.70
HSV239°38°86°
CMYK 0.380.370.00   0.14
XYZ32.323328.662671.5390
Yxy28.66260.24390.2163
Hunter Lab53.537514.0790-41.7496
CIE-Lab60.482719.3362-42.0031

#898adc color RGB value is (137,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001010 11011100
Octal 211 212 334
Decimal 137 138 220
Hex 89 8A DC

RGB Percentages of Color #898adc

%27.68
%27.88
%44.44

CMYK Percentages of Color #898adc

%38
%37
%0
%14

Triadic Colors of #898adc

#898adc #dc898a #8adc89

Analogous Colors of #898adc

#898adc #b289dc #89b4dc

Monochromatic Colors of #898adc

#898adc

Complementary Color

#898adc #dcdb89

#898adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#898adc Color CSS Codes

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

#898adc Text Font Color

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

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


#898adc Background Color

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

This div background color is #898adc


#898adc Border Color

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

This div border color is #898adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898adc


Comments

No comments written yet.

Please login to write comment.