Color Hex Logo

#991876 Color Hex

#991876
(153,24,118)
0 Favorites   0 Comments

Color spaces of #991876

RGB 15324118
HSL0.880.730.35
HSV316°84°60°
CMYK 0.000.840.23   0.40
XYZ16.73358.733617.9433
Yxy8.73360.38550.2012
Hunter Lab29.552749.3543-15.3119
CIE-Lab35.466258.3959-20.9156

#991876 color RGB value is (153,24,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00011000 01110110
Octal 231 30 166
Decimal 153 24 118
Hex 99 18 76

RGB Percentages of Color #991876

%51.86
%8.14
%40.00

CMYK Percentages of Color #991876

%0
%84
%23
%40

Triadic Colors of #991876

#991876 #769918 #187699

Analogous Colors of #991876

#991876 #991835 #7c1899

Monochromatic Colors of #991876

#991876

Complementary Color

#991876 #18993b

#991876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#991876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#991876 Color CSS Codes

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

#991876 Text Font Color

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

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


#991876 Background Color

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

This div background color is #991876


#991876 Border Color

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

This div border color is #991876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #991876


Comments

No comments written yet.

Please login to write comment.