Color Hex Logo

#988dab Color Hex

#988DAB
(152,141,171)
0 Favorites   0 Comments

Color spaces of #988dab

RGB 152141171
HSL0.730.150.61
HSV262°18°67°
CMYK 0.110.180.00   0.33
XYZ29.824528.665442.4891
Yxy28.66540.29540.2839
Hunter Lab53.54015.7383-9.5741
CIE-Lab60.485210.0898-14.2802

#988dab color RGB value is (152,141,171).

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

The process color (four color CMYK) of #988dab color hex is 0.11, 0.18, 0.00, 0.33. Web safe color of #988dab is #999999. Color #988dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001101 10101011
Octal 230 215 253
Decimal 152 141 171
Hex 98 8D AB

RGB Percentages of Color #988dab

%32.76
%30.39
%36.85

CMYK Percentages of Color #988dab

%11
%18
%0
%33

Triadic Colors of #988dab

#988dab #ab988d #8dab98

Analogous Colors of #988dab

#988dab #a78dab #8d91ab

Monochromatic Colors of #988dab

#988dab

Complementary Color

#988dab #a0ab8d

#988dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#988dab Color CSS Codes

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

#988dab Text Font Color

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

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


#988dab Background Color

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

This div background color is #988dab


#988dab Border Color

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

This div border color is #988dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988dab


Comments

No comments written yet.

Please login to write comment.