Color Hex Logo

#966281 Color Hex

#966281
(150,98,129)
0 Favorites   0 Comments

Color spaces of #966281

RGB 15098129
HSL0.900.210.49
HSV324°35°59°
CMYK 0.000.350.14   0.41
XYZ20.907816.804422.9105
Yxy16.80440.34490.2772
Hunter Lab40.993219.3025-4.4411
CIE-Lab48.012625.9118-8.5899

#966281 color RGB value is (150,98,129).

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

The process color (four color CMYK) of #966281 color hex is 0.00, 0.35, 0.14, 0.41. Web safe color of #966281 is #996699. Color #966281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100010 10000001
Octal 226 142 201
Decimal 150 98 129
Hex 96 62 81

RGB Percentages of Color #966281

%39.79
%25.99
%34.22

CMYK Percentages of Color #966281

%0
%35
%14
%41

Triadic Colors of #966281

#966281 #819662 #628196

Analogous Colors of #966281

#966281 #966267 #916296

Monochromatic Colors of #966281

#966281

Complementary Color

#966281 #629677

#966281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966281 Color CSS Codes

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

#966281 Text Font Color

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

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


#966281 Background Color

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

This div background color is #966281


#966281 Border Color

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

This div border color is #966281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966281


Comments

No comments written yet.

Please login to write comment.