Color Hex Logo

#981381 Color Hex

#981381
(152,19,129)
0 Favorites   0 Comments

Color spaces of #981381

RGB 15219129
HSL0.860.780.34
HSV310°88°60°
CMYK 0.000.880.15   0.40
XYZ17.14428.726121.5496
Yxy8.72610.36150.1840
Hunter Lab29.540051.9016-22.5745
CIE-Lab35.451560.7335-27.8434

#981381 color RGB value is (152,19,129).

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

The process color (four color CMYK) of #981381 color hex is 0.00, 0.88, 0.15, 0.40. Web safe color of #981381 is #990099. Color #981381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010011 10000001
Octal 230 23 201
Decimal 152 19 129
Hex 98 13 81

RGB Percentages of Color #981381

%50.67
%6.33
%43.00

CMYK Percentages of Color #981381

%0
%88
%15
%40

Triadic Colors of #981381

#981381 #819813 #138198

Analogous Colors of #981381

#981381 #98133f #6d1398

Monochromatic Colors of #981381

#981381

Complementary Color

#981381 #13982a

#981381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981381 Color CSS Codes

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

#981381 Text Font Color

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

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


#981381 Background Color

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

This div background color is #981381


#981381 Border Color

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

This div border color is #981381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981381


Comments

No comments written yet.

Please login to write comment.