Color Hex Logo

#981580 Color Hex

#981580
(152,21,128)
0 Favorites   0 Comments

Color spaces of #981580

RGB 15221128
HSL0.860.760.34
HSV311°86°60°
CMYK 0.000.860.16   0.40
XYZ17.11338.770221.2129
Yxy8.77020.36340.1862
Hunter Lab29.614551.3241-21.7393
CIE-Lab35.538060.1907-27.0840

#981580 color RGB value is (152,21,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010101 10000000
Octal 230 25 200
Decimal 152 21 128
Hex 98 15 80

RGB Percentages of Color #981580

%50.50
%6.98
%42.52

CMYK Percentages of Color #981580

%0
%86
%16
%40

Triadic Colors of #981580

#981580 #809815 #158098

Analogous Colors of #981580

#981580 #98153f #6f1598

Monochromatic Colors of #981580

#981580

Complementary Color

#981580 #15982d

#981580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981580 Color CSS Codes

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

#981580 Text Font Color

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

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


#981580 Background Color

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

This div background color is #981580


#981580 Border Color

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

This div border color is #981580


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,21,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 #981580">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981580


Comments

No comments written yet.

Please login to write comment.