Color Hex Logo

#898ddc Color Hex

#898DDC
(137,141,220)
0 Favorites   0 Comments

Color spaces of #898ddc

RGB 137141220
HSL0.660.540.70
HSV237°38°86°
CMYK 0.380.360.00   0.14
XYZ32.759729.535471.6844
Yxy29.53540.24450.2204
Hunter Lab54.346512.4923-40.1625
CIE-Lab61.251317.5870-40.7957

#898ddc color RGB value is (137,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001101 11011100
Octal 211 215 334
Decimal 137 141 220
Hex 89 8D DC

RGB Percentages of Color #898ddc

%27.51
%28.31
%44.18

CMYK Percentages of Color #898ddc

%38
%36
%0
%14

Triadic Colors of #898ddc

#898ddc #dc898d #8ddc89

Analogous Colors of #898ddc

#898ddc #af89dc #89b7dc

Monochromatic Colors of #898ddc

#898ddc

Complementary Color

#898ddc #dcd889

#898ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ddc Color CSS Codes

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

#898ddc Text Font Color

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

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


#898ddc Background Color

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

This div background color is #898ddc


#898ddc Border Color

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

This div border color is #898ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ddc


Comments

No comments written yet.

Please login to write comment.