Color Hex Logo

#967088 Color Hex

#967088
(150,112,136)
0 Favorites   0 Comments

Color spaces of #967088

RGB 150112136
HSL0.890.150.51
HSV322°25°59°
CMYK 0.000.250.09   0.41
XYZ22.815819.849925.9215
Yxy19.84990.33270.2894
Hunter Lab44.553213.4421-3.3082
CIE-Lab51.667119.0753-7.2874

#967088 color RGB value is (150,112,136).

#967088 hex color red value is 150, green value is 112 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #967088 hue: 0.89 , saturation: 0.15 and the lightness value of 967088 is 0.51.

The process color (four color CMYK) of #967088 color hex is 0.00, 0.25, 0.09, 0.41. Web safe color of #967088 is #996699. Color #967088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110000 10001000
Octal 226 160 210
Decimal 150 112 136
Hex 96 70 88

RGB Percentages of Color #967088

%37.69
%28.14
%34.17

CMYK Percentages of Color #967088

%0
%25
%9
%41

Triadic Colors of #967088

#967088 #889670 #708896

Analogous Colors of #967088

#967088 #967075 #917096

Monochromatic Colors of #967088

#967088

Complementary Color

#967088 #70967e

#967088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967088 Color CSS Codes

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

#967088 Text Font Color

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

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


#967088 Background Color

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

This div background color is #967088


#967088 Border Color

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

This div border color is #967088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967088


Comments

No comments written yet.

Please login to write comment.