Color Hex Logo

#988ded Color Hex

#988DED
(152,141,237)
0 Favorites   0 Comments

Color spaces of #988ded

RGB 152141237
HSL0.690.730.74
HSV247°41°93°
CMYK 0.360.410.00   0.07
XYZ37.759831.839684.2763
Yxy31.83960.24540.2069
Hunter Lab56.426620.7029-49.0544
CIE-Lab63.210126.1419-47.0615

#988ded color RGB value is (152,141,237).

#988ded hex color red value is 152, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #988ded hue: 0.69 , saturation: 0.73 and the lightness value of 988ded is 0.74.

The process color (four color CMYK) of #988ded color hex is 0.36, 0.41, 0.00, 0.07. Web safe color of #988ded is #9999ff. Color #988ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001101 11101101
Octal 230 215 355
Decimal 152 141 237
Hex 98 8D ED

RGB Percentages of Color #988ded

%28.68
%26.60
%44.72

CMYK Percentages of Color #988ded

%36
%41
%0
%7

Triadic Colors of #988ded

#988ded #ed988d #8ded98

Analogous Colors of #988ded

#988ded #c88ded #8db2ed

Monochromatic Colors of #988ded

#988ded

Complementary Color

#988ded #e2ed8d

#988ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#988ded Color CSS Codes

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

#988ded Text Font Color

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

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


#988ded Background Color

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

This div background color is #988ded


#988ded Border Color

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

This div border color is #988ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988ded


Comments

No comments written yet.

Please login to write comment.