Color Hex Logo

#988aaa Color Hex

#988AAA
(152,138,170)
0 Favorites   0 Comments

Color spaces of #988aaa

RGB 152138170
HSL0.740.160.60
HSV266°19°67°
CMYK 0.110.190.00   0.33
XYZ29.293127.754641.8435
Yxy27.75460.29620.2807
Hunter Lab52.68267.0567-10.2136
CIE-Lab59.666411.5891-14.9479

#988aaa color RGB value is (152,138,170).

#988aaa hex color red value is 152, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #988aaa hue: 0.74 , saturation: 0.16 and the lightness value of 988aaa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 10101010
Octal 230 212 252
Decimal 152 138 170
Hex 98 8A AA

RGB Percentages of Color #988aaa

%33.04
%30.00
%36.96

CMYK Percentages of Color #988aaa

%11
%19
%0
%33

Triadic Colors of #988aaa

#988aaa #aa988a #8aaa98

Analogous Colors of #988aaa

#988aaa #a88aaa #8a8caa

Monochromatic Colors of #988aaa

#988aaa

Complementary Color

#988aaa #9caa8a

#988aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#988aaa Color CSS Codes

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

#988aaa Text Font Color

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

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


#988aaa Background Color

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

This div background color is #988aaa


#988aaa Border Color

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

This div border color is #988aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988aaa


Comments

No comments written yet.

Please login to write comment.