Color Hex Logo

#986890 Color Hex

#986890
(152,104,144)
0 Favorites   0 Comments

Color spaces of #986890

RGB 152104144
HSL0.860.190.50
HSV310°32°60°
CMYK 0.000.320.05   0.40
XYZ22.933318.589628.7650
Yxy18.58960.32630.2645
Hunter Lab43.115719.4921-9.3749
CIE-Lab50.203625.9161-14.1869

#986890 color RGB value is (152,104,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101000 10010000
Octal 230 150 220
Decimal 152 104 144
Hex 98 68 90

RGB Percentages of Color #986890

%38.00
%26.00
%36.00

CMYK Percentages of Color #986890

%0
%32
%5
%40

Triadic Colors of #986890

#986890 #909868 #689098

Analogous Colors of #986890

#986890 #986878 #886898

Monochromatic Colors of #986890

#986890

Complementary Color

#986890 #689870

#986890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986890 Color CSS Codes

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

#986890 Text Font Color

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

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


#986890 Background Color

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

This div background color is #986890


#986890 Border Color

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

This div border color is #986890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986890


Comments

No comments written yet.

Please login to write comment.