Color Hex Logo

#988bab Color Hex

#988BAB
(152,139,171)
0 Favorites   0 Comments

Color spaces of #988bab

RGB 152139171
HSL0.730.160.61
HSV264°19°67°
CMYK 0.110.190.00   0.33
XYZ29.532228.080942.3917
Yxy28.08090.29530.2808
Hunter Lab52.99146.7434-10.3364
CIE-Lab59.961811.2323-15.0709

#988bab color RGB value is (152,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 10101011
Octal 230 213 253
Decimal 152 139 171
Hex 98 8B AB

RGB Percentages of Color #988bab

%32.90
%30.09
%37.01

CMYK Percentages of Color #988bab

%11
%19
%0
%33

Triadic Colors of #988bab

#988bab #ab988b #8bab98

Analogous Colors of #988bab

#988bab #a88bab #8b8eab

Monochromatic Colors of #988bab

#988bab

Complementary Color

#988bab #9eab8b

#988bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bab Color CSS Codes

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

#988bab Text Font Color

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

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


#988bab Background Color

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

This div background color is #988bab


#988bab Border Color

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

This div border color is #988bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bab

#988bab Color Palettes


Comments

No comments written yet.

Please login to write comment.