Color Hex Logo

#981680 Color Hex

#981680
(152,22,128)
0 Favorites   0 Comments

Color spaces of #981680

RGB 15222128
HSL0.860.750.34
HSV311°86°60°
CMYK 0.000.860.16   0.40
XYZ17.13218.807721.2192
Yxy8.80770.36330.1868
Hunter Lab29.677851.1067-21.6171
CIE-Lab35.611459.9779-26.9690

#981680 color RGB value is (152,22,128).

#981680 hex color red value is 152, green value is 22 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #981680 hue: 0.86 , saturation: 0.75 and the lightness value of 981680 is 0.34.

The process color (four color CMYK) of #981680 color hex is 0.00, 0.86, 0.16, 0.40. Web safe color of #981680 is #990099. Color #981680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010110 10000000
Octal 230 26 200
Decimal 152 22 128
Hex 98 16 80

RGB Percentages of Color #981680

%50.33
%7.28
%42.38

CMYK Percentages of Color #981680

%0
%86
%16
%40

Triadic Colors of #981680

#981680 #809816 #168098

Analogous Colors of #981680

#981680 #98163f #6f1698

Monochromatic Colors of #981680

#981680

Complementary Color

#981680 #16982e

#981680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981680 Color CSS Codes

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

#981680 Text Font Color

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

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


#981680 Background Color

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

This div background color is #981680


#981680 Border Color

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

This div border color is #981680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981680


Comments

No comments written yet.

Please login to write comment.