Color Hex Logo

#961067 Color Hex

#961067
(150,16,103)
0 Favorites   0 Comments

Color spaces of #961067

RGB 15016103
HSL0.890.810.33
HSV321°89°59°
CMYK 0.000.890.31   0.41
XYZ15.21117.833913.5423
Yxy7.83390.41570.2141
Hunter Lab27.989148.0276-9.0946
CIE-Lab33.634557.5211-14.2562

#961067 color RGB value is (150,16,103).

#961067 hex color red value is 150, green value is 16 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #961067 hue: 0.89 , saturation: 0.81 and the lightness value of 961067 is 0.33.

The process color (four color CMYK) of #961067 color hex is 0.00, 0.89, 0.31, 0.41. Web safe color of #961067 is #990066. Color #961067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010000 01100111
Octal 226 20 147
Decimal 150 16 103
Hex 96 10 67

RGB Percentages of Color #961067

%55.76
%5.95
%38.29

CMYK Percentages of Color #961067

%0
%89
%31
%41

Triadic Colors of #961067

#961067 #679610 #106796

Analogous Colors of #961067

#961067 #961024 #821096

Monochromatic Colors of #961067

#961067

Complementary Color

#961067 #10963f

#961067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#961067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#961067 Color CSS Codes

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

#961067 Text Font Color

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

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


#961067 Background Color

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

This div background color is #961067


#961067 Border Color

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

This div border color is #961067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #961067


Comments

No comments written yet.

Please login to write comment.