Color Hex Logo

#988dde Color Hex

#988DDE
(152,141,222)
0 Favorites   0 Comments

Color spaces of #988dde

RGB 152141222
HSL0.690.550.71
HSV248°36°87°
CMYK 0.320.360.00   0.13
XYZ35.658630.999173.2113
Yxy30.99910.25490.2216
Hunter Lab55.676816.8871-38.9886
CIE-Lab62.506922.2246-39.8575

#988dde color RGB value is (152,141,222).

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

The process color (four color CMYK) of #988dde color hex is 0.32, 0.36, 0.00, 0.13. Web safe color of #988dde is #9999cc. Color #988dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001101 11011110
Octal 230 215 336
Decimal 152 141 222
Hex 98 8D DE

RGB Percentages of Color #988dde

%29.51
%27.38
%43.11

CMYK Percentages of Color #988dde

%32
%36
%0
%13

Triadic Colors of #988dde

#988dde #de988d #8dde98

Analogous Colors of #988dde

#988dde #c18dde #8dabde

Monochromatic Colors of #988dde

#988dde

Complementary Color

#988dde #d3de8d

#988dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#988dde Color CSS Codes

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

#988dde Text Font Color

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

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


#988dde Background Color

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

This div background color is #988dde


#988dde Border Color

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

This div border color is #988dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988dde


Comments

No comments written yet.

Please login to write comment.