Color Hex Logo

#996183 Color Hex

#996183
(153,97,131)
0 Favorites   0 Comments

Color spaces of #996183

RGB 15397131
HSL0.900.220.49
HSV324°37°60°
CMYK 0.000.370.14   0.40
XYZ21.508316.960423.6128
Yxy16.96040.34650.2732
Hunter Lab41.183021.1534-5.1666
CIE-Lab48.210127.9230-9.4527

#996183 color RGB value is (153,97,131).

#996183 hex color red value is 153, green value is 97 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #996183 hue: 0.90 , saturation: 0.22 and the lightness value of 996183 is 0.49.

The process color (four color CMYK) of #996183 color hex is 0.00, 0.37, 0.14, 0.40. Web safe color of #996183 is #996699. Color #996183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100001 10000011
Octal 231 141 203
Decimal 153 97 131
Hex 99 61 83

RGB Percentages of Color #996183

%40.16
%25.46
%34.38

CMYK Percentages of Color #996183

%0
%37
%14
%40

Triadic Colors of #996183

#996183 #839961 #618399

Analogous Colors of #996183

#996183 #996167 #936199

Monochromatic Colors of #996183

#996183

Complementary Color

#996183 #619977

#996183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996183 Color CSS Codes

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

#996183 Text Font Color

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

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


#996183 Background Color

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

This div background color is #996183


#996183 Border Color

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

This div border color is #996183


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,97,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996183


Comments

No comments written yet.

Please login to write comment.