Color Hex Logo

#986cad Color Hex

#986CAD
(152,108,173)
0 Favorites   0 Comments

Color spaces of #986cad

RGB 152108173
HSL0.780.280.55
HSV281°38°68°
CMYK 0.120.380.00   0.32
XYZ25.854320.417742.1135
Yxy20.41770.29250.2310
Hunter Lab45.185923.0579-23.6284
CIE-Lab52.306229.5441-27.9500

#986cad color RGB value is (152,108,173).

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

The process color (four color CMYK) of #986cad color hex is 0.12, 0.38, 0.00, 0.32. Web safe color of #986cad is #996699. Color #986cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101100 10101101
Octal 230 154 255
Decimal 152 108 173
Hex 98 6C AD

RGB Percentages of Color #986cad

%35.10
%24.94
%39.95

CMYK Percentages of Color #986cad

%12
%38
%0
%32

Triadic Colors of #986cad

#986cad #ad986c #6cad98

Analogous Colors of #986cad

#986cad #ad6ca2 #786cad

Monochromatic Colors of #986cad

#986cad

Complementary Color

#986cad #81ad6c

#986cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#986cad Color CSS Codes

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

#986cad Text Font Color

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

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


#986cad Background Color

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

This div background color is #986cad


#986cad Border Color

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

This div border color is #986cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986cad


Comments

No comments written yet.

Please login to write comment.