Color Hex Logo

#967392 Color Hex

#967392
(150,115,146)
0 Favorites   0 Comments

Color spaces of #967392

RGB 150115146
HSL0.850.140.52
HSV307°23°59°
CMYK 0.000.230.03   0.41
XYZ23.896720.820829.9535
Yxy20.82080.32000.2788
Hunter Lab45.629813.6297-6.9798
CIE-Lab52.752819.2271-11.5353

#967392 color RGB value is (150,115,146).

#967392 hex color red value is 150, green value is 115 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #967392 hue: 0.85 , saturation: 0.14 and the lightness value of 967392 is 0.52.

The process color (four color CMYK) of #967392 color hex is 0.00, 0.23, 0.03, 0.41. Web safe color of #967392 is #996699. Color #967392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110011 10010010
Octal 226 163 222
Decimal 150 115 146
Hex 96 73 92

RGB Percentages of Color #967392

%36.50
%27.98
%35.52

CMYK Percentages of Color #967392

%0
%23
%3
%41

Triadic Colors of #967392

#967392 #929673 #739296

Analogous Colors of #967392

#967392 #967381 #897396

Monochromatic Colors of #967392

#967392

Complementary Color

#967392 #739677

#967392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967392 Color CSS Codes

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

#967392 Text Font Color

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

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


#967392 Background Color

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

This div background color is #967392


#967392 Border Color

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

This div border color is #967392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967392


Comments

No comments written yet.

Please login to write comment.