Color Hex Logo

#986997 Color Hex

#986997
(152,105,151)
0 Favorites   0 Comments

Color spaces of #986997

RGB 152105151
HSL0.840.190.50
HSV301°31°60°
CMYK 0.000.310.01   0.40
XYZ23.586419.012931.7049
Yxy19.01290.31740.2559
Hunter Lab43.603820.2486-12.5879
CIE-Lab50.702326.6937-17.5580

#986997 color RGB value is (152,105,151).

#986997 hex color red value is 152, green value is 105 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #986997 hue: 0.84 , saturation: 0.19 and the lightness value of 986997 is 0.50.

The process color (four color CMYK) of #986997 color hex is 0.00, 0.31, 0.01, 0.40. Web safe color of #986997 is #996699. Color #986997 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101001 10010111
Octal 230 151 227
Decimal 152 105 151
Hex 98 69 97

RGB Percentages of Color #986997

%37.25
%25.74
%37.01

CMYK Percentages of Color #986997

%0
%31
%1
%40

Triadic Colors of #986997

#986997 #979869 #699798

Analogous Colors of #986997

#986997 #986980 #826998

Monochromatic Colors of #986997

#986997

Complementary Color

#986997 #69986a

#986997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986997 Color CSS Codes

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

#986997 Text Font Color

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

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


#986997 Background Color

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

This div background color is #986997


#986997 Border Color

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

This div border color is #986997


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,105,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #986997; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #986997;
  -webkit-box-shadow: 1px 1px 3px 2px #986997;
  box-shadow:         1px 1px 3px 2px #986997; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986997


Comments

No comments written yet.

Please login to write comment.