Color Hex Logo

#966193 Color Hex

#966193
(150,97,147)
0 Favorites   0 Comments

Color spaces of #966193

RGB 15097147
HSL0.840.210.48
HSV303°35°59°
CMYK 0.000.350.02   0.41
XYZ22.118817.140029.7463
Yxy17.14000.32050.2484
Hunter Lab41.400522.9153-13.6196
CIE-Lab48.436029.8055-18.6775

#966193 color RGB value is (150,97,147).

#966193 hex color red value is 150, green value is 97 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #966193 hue: 0.84 , saturation: 0.21 and the lightness value of 966193 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100001 10010011
Octal 226 141 223
Decimal 150 97 147
Hex 96 61 93

RGB Percentages of Color #966193

%38.07
%24.62
%37.31

CMYK Percentages of Color #966193

%0
%35
%2
%41

Triadic Colors of #966193

#966193 #939661 #619396

Analogous Colors of #966193

#966193 #966179 #7f6196

Monochromatic Colors of #966193

#966193

Complementary Color

#966193 #619664

#966193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966193 Color CSS Codes

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

#966193 Text Font Color

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

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


#966193 Background Color

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

This div background color is #966193


#966193 Border Color

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

This div border color is #966193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966193


Comments

No comments written yet.

Please login to write comment.