Color Hex Logo

#967b90 Color Hex

#967B90
(150,123,144)
0 Favorites   0 Comments

Color spaces of #967b90

RGB 150123144
HSL0.870.110.54
HSV313°18°59°
CMYK 0.000.180.04   0.41
XYZ24.694722.663629.4585
Yxy22.66360.32150.2950
Hunter Lab47.60639.2818-3.3639
CIE-Lab54.724114.2044-7.4159

#967b90 color RGB value is (150,123,144).

#967b90 hex color red value is 150, green value is 123 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #967b90 hue: 0.87 , saturation: 0.11 and the lightness value of 967b90 is 0.54.

The process color (four color CMYK) of #967b90 color hex is 0.00, 0.18, 0.04, 0.41. Web safe color of #967b90 is #996699. Color #967b90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111011 10010000
Octal 226 173 220
Decimal 150 123 144
Hex 96 7B 90

RGB Percentages of Color #967b90

%35.97
%29.50
%34.53

CMYK Percentages of Color #967b90

%0
%18
%4
%41

Triadic Colors of #967b90

#967b90 #90967b #7b9096

Analogous Colors of #967b90

#967b90 #967b83 #8f7b96

Monochromatic Colors of #967b90

#967b90

Complementary Color

#967b90 #7b9681

#967b90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967b90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967b90 Color CSS Codes

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

#967b90 Text Font Color

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

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


#967b90 Background Color

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

This div background color is #967b90


#967b90 Border Color

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

This div border color is #967b90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,123,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #967b90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #967b90;
  -webkit-box-shadow: 1px 1px 3px 2px #967b90;
  box-shadow:         1px 1px 3px 2px #967b90; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967b90


Comments

No comments written yet.

Please login to write comment.