Color Hex Logo

#981382 Color Hex

#981382
(152,19,130)
0 Favorites   0 Comments

Color spaces of #981382

RGB 15219130
HSL0.860.780.34
HSV310°88°60°
CMYK 0.000.880.14   0.40
XYZ17.21108.752921.9014
Yxy8.75290.35960.1829
Hunter Lab29.585352.0666-23.1815
CIE-Lab35.504160.8732-28.3835

#981382 color RGB value is (152,19,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010011 10000010
Octal 230 23 202
Decimal 152 19 130
Hex 98 13 82

RGB Percentages of Color #981382

%50.50
%6.31
%43.19

CMYK Percentages of Color #981382

%0
%88
%14
%40

Triadic Colors of #981382

#981382 #829813 #138298

Analogous Colors of #981382

#981382 #981340 #6c1398

Monochromatic Colors of #981382

#981382

Complementary Color

#981382 #139829

#981382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981382 Color CSS Codes

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

#981382 Text Font Color

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

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


#981382 Background Color

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

This div background color is #981382


#981382 Border Color

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

This div border color is #981382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981382


Comments

No comments written yet.

Please login to write comment.