Color Hex Logo

#981797 Color Hex

#981797
(152,23,151)
0 Favorites   0 Comments

Color spaces of #981797

RGB 15223151
HSL0.830.740.34
HSV300°85°60°
CMYK 0.000.850.01   0.40
XYZ18.84129.522630.1232
Yxy9.52260.32210.1628
Hunter Lab30.858754.9828-36.2757
CIE-Lab36.971663.2109-38.9894

#981797 color RGB value is (152,23,151).

#981797 hex color red value is 152, green value is 23 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #981797 hue: 0.83 , saturation: 0.74 and the lightness value of 981797 is 0.34.

The process color (four color CMYK) of #981797 color hex is 0.00, 0.85, 0.01, 0.40. Web safe color of #981797 is #990099. Color #981797 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010111 10010111
Octal 230 27 227
Decimal 152 23 151
Hex 98 17 97

RGB Percentages of Color #981797

%46.63
%7.06
%46.32

CMYK Percentages of Color #981797

%0
%85
%1
%40

Triadic Colors of #981797

#981797 #979817 #179798

Analogous Colors of #981797

#981797 #981756 #591798

Monochromatic Colors of #981797

#981797

Complementary Color

#981797 #179818

#981797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981797 Color CSS Codes

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

#981797 Text Font Color

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

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


#981797 Background Color

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

This div background color is #981797


#981797 Border Color

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

This div border color is #981797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981797


Comments

No comments written yet.

Please login to write comment.