Color Hex Logo

#986aaa Color Hex

#986AAA
(152,106,170)
0 Favorites   0 Comments

Color spaces of #986aaa

RGB 152106170
HSL0.790.270.54
HSV283°38°67°
CMYK 0.110.380.00   0.33
XYZ25.358619.885740.5320
Yxy19.88570.29560.2318
Hunter Lab44.593423.4679-22.6747
CIE-Lab51.707730.0400-27.1344

#986aaa color RGB value is (152,106,170).

#986aaa hex color red value is 152, green value is 106 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #986aaa hue: 0.79 , saturation: 0.27 and the lightness value of 986aaa is 0.54.

The process color (four color CMYK) of #986aaa color hex is 0.11, 0.38, 0.00, 0.33. Web safe color of #986aaa is #996699. Color #986aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 10101010
Octal 230 152 252
Decimal 152 106 170
Hex 98 6A AA

RGB Percentages of Color #986aaa

%35.51
%24.77
%39.72

CMYK Percentages of Color #986aaa

%11
%38
%0
%33

Triadic Colors of #986aaa

#986aaa #aa986a #6aaa98

Analogous Colors of #986aaa

#986aaa #aa6a9c #786aaa

Monochromatic Colors of #986aaa

#986aaa

Complementary Color

#986aaa #7caa6a

#986aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#986aaa Color CSS Codes

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

#986aaa Text Font Color

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

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


#986aaa Background Color

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

This div background color is #986aaa


#986aaa Border Color

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

This div border color is #986aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986aaa


Comments

No comments written yet.

Please login to write comment.