Color Hex Logo

#986aa3 Color Hex

#986AA3
(152,106,163)
0 Favorites   0 Comments

Color spaces of #986aa3

RGB 152106163
HSL0.800.240.53
HSV288°35°64°
CMYK 0.070.350.00   0.36
XYZ24.713819.627837.1363
Yxy19.62780.30330.2409
Hunter Lab44.303322.0424-18.6863
CIE-Lab51.413828.5555-23.5058

#986aa3 color RGB value is (152,106,163).

#986aa3 hex color red value is 152, green value is 106 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #986aa3 hue: 0.80 , saturation: 0.24 and the lightness value of 986aa3 is 0.53.

The process color (four color CMYK) of #986aa3 color hex is 0.07, 0.35, 0.00, 0.36. Web safe color of #986aa3 is #996699. Color #986aa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101010 10100011
Octal 230 152 243
Decimal 152 106 163
Hex 98 6A A3

RGB Percentages of Color #986aa3

%36.10
%25.18
%38.72

CMYK Percentages of Color #986aa3

%7
%35
%0
%36

Triadic Colors of #986aa3

#986aa3 #a3986a #6aa398

Analogous Colors of #986aa3

#986aa3 #a36a92 #7c6aa3

Monochromatic Colors of #986aa3

#986aa3

Complementary Color

#986aa3 #75a36a

#986aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986aa3 Color CSS Codes

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

#986aa3 Text Font Color

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

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


#986aa3 Background Color

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

This div background color is #986aa3


#986aa3 Border Color

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

This div border color is #986aa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986aa3


Comments

No comments written yet.

Please login to write comment.