Color Hex Logo

#989eda Color Hex

#989EDA
(152,158,218)
0 Favorites   0 Comments

Color spaces of #989eda

RGB 152158218
HSL0.650.470.73
HSV235°30°85°
CMYK 0.300.280.00   0.15
XYZ37.830636.191171.3214
Yxy36.19110.26030.2490
Hunter Lab60.15906.9702-28.1798
CIE-Lab66.665711.4767-31.1663

#989eda color RGB value is (152,158,218).

#989eda hex color red value is 152, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #989eda hue: 0.65 , saturation: 0.47 and the lightness value of 989eda is 0.73.

The process color (four color CMYK) of #989eda color hex is 0.30, 0.28, 0.00, 0.15. Web safe color of #989eda is #9999cc. Color #989eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011110 11011010
Octal 230 236 332
Decimal 152 158 218
Hex 98 9E DA

RGB Percentages of Color #989eda

%28.79
%29.92
%41.29

CMYK Percentages of Color #989eda

%30
%28
%0
%15

Triadic Colors of #989eda

#989eda #da989e #9eda98

Analogous Colors of #989eda

#989eda #b398da #98bfda

Monochromatic Colors of #989eda

#989eda

Complementary Color

#989eda #dad498

#989eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#989eda Color CSS Codes

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

#989eda Text Font Color

<p style="color:#989eda">Text here</p>

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


#989eda Background Color

<div style="background-color:#989eda">
Div content here</div>

This div background color is #989eda


#989eda Border Color

<div style="border:3px solid #989eda">
Div here</div>

This div border color is #989eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,158,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #989eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #989eda;
  -webkit-box-shadow: 1px 1px 3px 2px #989eda;
  box-shadow:         1px 1px 3px 2px #989eda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,158,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989eda


Comments

No comments written yet.

Please login to write comment.