Color Hex Logo

#967792 Color Hex

#967792
(150,119,146)
0 Favorites   0 Comments

Color spaces of #967792

RGB 150119146
HSL0.850.130.53
HSV308°21°59°
CMYK 0.000.210.03   0.41
XYZ24.362821.753030.1088
Yxy21.75300.31960.2854
Hunter Lab46.640111.6206-5.6269
CIE-Lab53.763916.9073-10.0163

#967792 color RGB value is (150,119,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110111 10010010
Octal 226 167 222
Decimal 150 119 146
Hex 96 77 92

RGB Percentages of Color #967792

%36.14
%28.67
%35.18

CMYK Percentages of Color #967792

%0
%21
%3
%41

Triadic Colors of #967792

#967792 #929677 #779296

Analogous Colors of #967792

#967792 #967783 #8b7796

Monochromatic Colors of #967792

#967792

Complementary Color

#967792 #77967b

#967792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967792 Color CSS Codes

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

#967792 Text Font Color

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

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


#967792 Background Color

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

This div background color is #967792


#967792 Border Color

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

This div border color is #967792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967792


Comments

No comments written yet.

Please login to write comment.