Color Hex Logo

#989dda Color Hex

#989DDA
(152,157,218)
0 Favorites   0 Comments

Color spaces of #989dda

RGB 152157218
HSL0.650.470.73
HSV235°30°85°
CMYK 0.300.280.00   0.15
XYZ37.660835.851371.2647
Yxy35.85130.26010.2476
Hunter Lab59.87607.4901-28.6541
CIE-Lab66.406212.0442-31.5678

#989dda color RGB value is (152,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011101 11011010
Octal 230 235 332
Decimal 152 157 218
Hex 98 9D DA

RGB Percentages of Color #989dda

%28.84
%29.79
%41.37

CMYK Percentages of Color #989dda

%30
%28
%0
%15

Triadic Colors of #989dda

#989dda #da989d #9dda98

Analogous Colors of #989dda

#989dda #b498da #98beda

Monochromatic Colors of #989dda

#989dda

Complementary Color

#989dda #dad598

#989dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#989dda Color CSS Codes

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

#989dda Text Font Color

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

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


#989dda Background Color

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

This div background color is #989dda


#989dda Border Color

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

This div border color is #989dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,157,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 #989dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989dda


Comments

No comments written yet.

Please login to write comment.