Color Hex Logo

#986886 Color Hex

#986886
(152,104,134)
0 Favorites   0 Comments

Color spaces of #986886

RGB 152104134
HSL0.900.190.50
HSV323°32°60°
CMYK 0.000.320.12   0.40
XYZ22.202318.297324.9158
Yxy18.29730.33940.2797
Hunter Lab42.775317.7926-4.5925
CIE-Lab49.854724.0766-8.7879

#986886 color RGB value is (152,104,134).

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

The process color (four color CMYK) of #986886 color hex is 0.00, 0.32, 0.12, 0.40. Web safe color of #986886 is #996699. Color #986886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101000 10000110
Octal 230 150 206
Decimal 152 104 134
Hex 98 68 86

RGB Percentages of Color #986886

%38.97
%26.67
%34.36

CMYK Percentages of Color #986886

%0
%32
%12
%40

Triadic Colors of #986886

#986886 #869868 #688698

Analogous Colors of #986886

#986886 #98686e #926898

Monochromatic Colors of #986886

#986886

Complementary Color

#986886 #68987a

#986886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986886 Color CSS Codes

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

#986886 Text Font Color

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

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


#986886 Background Color

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

This div background color is #986886


#986886 Border Color

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

This div border color is #986886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986886


Comments

No comments written yet.

Please login to write comment.