Color Hex Logo

#986caa Color Hex

#986CAA
(152,108,170)
0 Favorites   0 Comments

Color spaces of #986caa

RGB 152108170
HSL0.780.270.55
HSV283°36°67°
CMYK 0.110.360.00   0.33
XYZ25.567220.302840.6015
Yxy20.30280.29570.2348
Hunter Lab45.058622.4320-21.8841
CIE-Lab52.177828.8938-26.4061

#986caa color RGB value is (152,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101100 10101010
Octal 230 154 252
Decimal 152 108 170
Hex 98 6C AA

RGB Percentages of Color #986caa

%35.35
%25.12
%39.53

CMYK Percentages of Color #986caa

%11
%36
%0
%33

Triadic Colors of #986caa

#986caa #aa986c #6caa98

Analogous Colors of #986caa

#986caa #aa6c9d #796caa

Monochromatic Colors of #986caa

#986caa

Complementary Color

#986caa #7eaa6c

#986caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#986caa Color CSS Codes

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

#986caa Text Font Color

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

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


#986caa Background Color

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

This div background color is #986caa


#986caa Border Color

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

This div border color is #986caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986caa


Comments

No comments written yet.

Please login to write comment.