Color Hex Logo

#986aad Color Hex

#986AAD
(152,106,173)
0 Favorites   0 Comments

Color spaces of #986aad

RGB 152106173
HSL0.780.290.55
HSV281°39°68°
CMYK 0.120.390.00   0.32
XYZ25.645820.000642.0440
Yxy20.00060.29250.2281
Hunter Lab44.722024.0971-24.4342
CIE-Lab51.837930.6896-28.6772

#986aad color RGB value is (152,106,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 10101101
Octal 230 152 255
Decimal 152 106 173
Hex 98 6A AD

RGB Percentages of Color #986aad

%35.27
%24.59
%40.14

CMYK Percentages of Color #986aad

%12
%39
%0
%32

Triadic Colors of #986aad

#986aad #ad986a #6aad98

Analogous Colors of #986aad

#986aad #ad6aa1 #776aad

Monochromatic Colors of #986aad

#986aad

Complementary Color

#986aad #7fad6a

#986aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#986aad Color CSS Codes

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

#986aad Text Font Color

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

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


#986aad Background Color

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

This div background color is #986aad


#986aad Border Color

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

This div border color is #986aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986aad


Comments

No comments written yet.

Please login to write comment.