Color Hex Logo

#996281 Color Hex

#996281
(153,98,129)
0 Favorites   0 Comments

Color spaces of #996281

RGB 15398129
HSL0.910.220.49
HSV326°36°60°
CMYK 0.000.360.16   0.40
XYZ21.467017.092622.9367
Yxy17.09260.34910.2779
Hunter Lab41.343220.3336-3.9531
CIE-Lab48.376527.0107-8.0079

#996281 color RGB value is (153,98,129).

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

The process color (four color CMYK) of #996281 color hex is 0.00, 0.36, 0.16, 0.40. Web safe color of #996281 is #996699. Color #996281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100010 10000001
Octal 231 142 201
Decimal 153 98 129
Hex 99 62 81

RGB Percentages of Color #996281

%40.26
%25.79
%33.95

CMYK Percentages of Color #996281

%0
%36
%16
%40

Triadic Colors of #996281

#996281 #819962 #628199

Analogous Colors of #996281

#996281 #996266 #966299

Monochromatic Colors of #996281

#996281

Complementary Color

#996281 #62997a

#996281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996281 Color CSS Codes

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

#996281 Text Font Color

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

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


#996281 Background Color

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

This div background color is #996281


#996281 Border Color

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

This div border color is #996281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996281


Comments

No comments written yet.

Please login to write comment.