Color Hex Logo

#898dec Color Hex

#898DEC
(137,141,236)
0 Favorites   0 Comments

Color spaces of #898dec

RGB 137141236
HSL0.660.720.73
HSV238°42°93°
CMYK 0.420.400.00   0.07
XYZ34.981730.424283.3856
Yxy30.42420.23510.2045
Hunter Lab55.158116.6793-51.0213
CIE-Lab62.018522.0331-48.4667

#898dec color RGB value is (137,141,236).

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

The process color (four color CMYK) of #898dec color hex is 0.42, 0.40, 0.00, 0.07. Web safe color of #898dec is #9999ff. Color #898dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001101 11101100
Octal 211 215 354
Decimal 137 141 236
Hex 89 8D EC

RGB Percentages of Color #898dec

%26.65
%27.43
%45.91

CMYK Percentages of Color #898dec

%42
%40
%0
%7

Triadic Colors of #898dec

#898dec #ec898d #8dec89

Analogous Colors of #898dec

#898dec #b789ec #89bfec

Monochromatic Colors of #898dec

#898dec

Complementary Color

#898dec #ece889

#898dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#898dec Color CSS Codes

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

#898dec Text Font Color

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

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


#898dec Background Color

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

This div background color is #898dec


#898dec Border Color

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

This div border color is #898dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898dec


Comments

No comments written yet.

Please login to write comment.