Color Hex Logo

#988edd Color Hex

#988EDD
(152,142,221)
0 Favorites   0 Comments

Color spaces of #988edd

RGB 152142221
HSL0.690.540.71
HSV248°36°87°
CMYK 0.310.360.00   0.13
XYZ35.673031.241972.5567
Yxy31.24190.25580.2240
Hunter Lab55.894516.1071-37.8383
CIE-Lab62.711321.3919-38.9813

#988edd color RGB value is (152,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001110 11011101
Octal 230 216 335
Decimal 152 142 221
Hex 98 8E DD

RGB Percentages of Color #988edd

%29.51
%27.57
%42.91

CMYK Percentages of Color #988edd

%31
%36
%0
%13

Triadic Colors of #988edd

#988edd #dd988e #8edd98

Analogous Colors of #988edd

#988edd #c08edd #8eacdd

Monochromatic Colors of #988edd

#988edd

Complementary Color

#988edd #d3dd8e

#988edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#988edd Color CSS Codes

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

#988edd Text Font Color

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

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


#988edd Background Color

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

This div background color is #988edd


#988edd Border Color

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

This div border color is #988edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988edd

#988edd Color Palettes


Comments

No comments written yet.

Please login to write comment.