Color Hex Logo

#986daa Color Hex

#986DAA
(152,109,170)
0 Favorites   0 Comments

Color spaces of #986daa

RGB 152109170
HSL0.780.260.55
HSV282°36°67°
CMYK 0.110.360.00   0.33
XYZ25.673220.515040.6369
Yxy20.51500.29570.2363
Hunter Lab45.293521.9136-21.4890
CIE-Lab52.414628.3190-26.0398

#986daa color RGB value is (152,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101101 10101010
Octal 230 155 252
Decimal 152 109 170
Hex 98 6D AA

RGB Percentages of Color #986daa

%35.27
%25.29
%39.44

CMYK Percentages of Color #986daa

%11
%36
%0
%33

Triadic Colors of #986daa

#986daa #aa986d #6daa98

Analogous Colors of #986daa

#986daa #aa6d9e #7a6daa

Monochromatic Colors of #986daa

#986daa

Complementary Color

#986daa #7faa6d

#986daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#986daa Color CSS Codes

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

#986daa Text Font Color

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

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


#986daa Background Color

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

This div background color is #986daa


#986daa Border Color

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

This div border color is #986daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986daa


Comments

No comments written yet.

Please login to write comment.