Color Hex Logo

#966493 Color Hex

#966493
(150,100,147)
0 Favorites   0 Comments

Color spaces of #966493

RGB 150100147
HSL0.840.200.49
HSV304°33°59°
CMYK 0.000.330.02   0.41
XYZ22.401317.705029.8405
Yxy17.70500.32030.2531
Hunter Lab42.077321.3953-12.5933
CIE-Lab49.136328.0904-17.6068

#966493 color RGB value is (150,100,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100100 10010011
Octal 226 144 223
Decimal 150 100 147
Hex 96 64 93

RGB Percentages of Color #966493

%37.78
%25.19
%37.03

CMYK Percentages of Color #966493

%0
%33
%2
%41

Triadic Colors of #966493

#966493 #939664 #649396

Analogous Colors of #966493

#966493 #96647a #806496

Monochromatic Colors of #966493

#966493

Complementary Color

#966493 #649667

#966493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966493 Color CSS Codes

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

#966493 Text Font Color

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

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


#966493 Background Color

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

This div background color is #966493


#966493 Border Color

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

This div border color is #966493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966493


Comments

No comments written yet.

Please login to write comment.