Color Hex Logo

#988faa Color Hex

#988FAA
(152,143,170)
0 Favorites   0 Comments

Color spaces of #988faa

RGB 152143170
HSL0.720.140.61
HSV260°16°67°
CMYK 0.110.160.00   0.33
XYZ30.027129.222642.0881
Yxy29.22260.29630.2884
Hunter Lab54.05794.5485-8.3211
CIE-Lab60.97768.7350-12.9700

#988faa color RGB value is (152,143,170).

#988faa hex color red value is 152, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #988faa hue: 0.72 , saturation: 0.14 and the lightness value of 988faa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001111 10101010
Octal 230 217 252
Decimal 152 143 170
Hex 98 8F AA

RGB Percentages of Color #988faa

%32.69
%30.75
%36.56

CMYK Percentages of Color #988faa

%11
%16
%0
%33

Triadic Colors of #988faa

#988faa #aa988f #8faa98

Analogous Colors of #988faa

#988faa #a68faa #8f94aa

Monochromatic Colors of #988faa

#988faa

Complementary Color

#988faa #a1aa8f

#988faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#988faa Color CSS Codes

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

#988faa Text Font Color

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

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


#988faa Background Color

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

This div background color is #988faa


#988faa Border Color

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

This div border color is #988faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988faa


Comments

No comments written yet.

Please login to write comment.