Color Hex Logo

#967390 Color Hex

#967390
(150,115,144)
0 Favorites   0 Comments

Color spaces of #967390

RGB 150115144
HSL0.860.140.52
HSV310°23°59°
CMYK 0.000.230.04   0.41
XYZ23.742520.759129.1411
Yxy20.75910.32240.2819
Hunter Lab45.562213.2828-6.0278
CIE-Lab52.684818.8399-10.4657

#967390 color RGB value is (150,115,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110011 10010000
Octal 226 163 220
Decimal 150 115 144
Hex 96 73 90

RGB Percentages of Color #967390

%36.67
%28.12
%35.21

CMYK Percentages of Color #967390

%0
%23
%4
%41

Triadic Colors of #967390

#967390 #909673 #739096

Analogous Colors of #967390

#967390 #96737f #8b7396

Monochromatic Colors of #967390

#967390

Complementary Color

#967390 #739679

#967390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967390 Color CSS Codes

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

#967390 Text Font Color

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

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


#967390 Background Color

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

This div background color is #967390


#967390 Border Color

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

This div border color is #967390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967390


Comments

No comments written yet.

Please login to write comment.