Color Hex Logo

#981876 Color Hex

#981876
(152,24,118)
0 Favorites   0 Comments

Color spaces of #981876

RGB 15224118
HSL0.880.730.35
HSV316°84°60°
CMYK 0.000.840.22   0.40
XYZ16.54558.636717.9345
Yxy8.63670.38370.2003
Hunter Lab29.388349.0655-15.6106
CIE-Lab35.275258.1660-21.2271

#981876 color RGB value is (152,24,118).

#981876 hex color red value is 152, green value is 24 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #981876 hue: 0.88 , saturation: 0.73 and the lightness value of 981876 is 0.35.

The process color (four color CMYK) of #981876 color hex is 0.00, 0.84, 0.22, 0.40. Web safe color of #981876 is #990066. Color #981876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011000 01110110
Octal 230 30 166
Decimal 152 24 118
Hex 98 18 76

RGB Percentages of Color #981876

%51.70
%8.16
%40.14

CMYK Percentages of Color #981876

%0
%84
%22
%40

Triadic Colors of #981876

#981876 #769818 #187698

Analogous Colors of #981876

#981876 #981836 #7a1898

Monochromatic Colors of #981876

#981876

Complementary Color

#981876 #18983a

#981876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981876 Color CSS Codes

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

#981876 Text Font Color

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

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


#981876 Background Color

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

This div background color is #981876


#981876 Border Color

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

This div border color is #981876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981876


Comments

No comments written yet.

Please login to write comment.