Color Hex Logo

#988eda Color Hex

#988EDA
(152,142,218)
0 Favorites   0 Comments

Color spaces of #988eda

RGB 152142218
HSL0.690.510.71
HSV248°35°85°
CMYK 0.300.350.00   0.15
XYZ35.276831.083470.4701
Yxy31.08340.25780.2272
Hunter Lab55.752515.3771-35.9147
CIE-Lab62.578020.6264-37.5203

#988eda color RGB value is (152,142,218).

#988eda hex color red value is 152, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #988eda hue: 0.69 , saturation: 0.51 and the lightness value of 988eda is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001110 11011010
Octal 230 216 332
Decimal 152 142 218
Hex 98 8E DA

RGB Percentages of Color #988eda

%29.69
%27.73
%42.58

CMYK Percentages of Color #988eda

%30
%35
%0
%15

Triadic Colors of #988eda

#988eda #da988e #8eda98

Analogous Colors of #988eda

#988eda #be8eda #8eaada

Monochromatic Colors of #988eda

#988eda

Complementary Color

#988eda #d0da8e

#988eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#988eda Color CSS Codes

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

#988eda Text Font Color

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

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


#988eda Background Color

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

This div background color is #988eda


#988eda Border Color

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

This div border color is #988eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988eda


Comments

No comments written yet.

Please login to write comment.