Color Hex Logo

#962061 Color Hex

#962061
(150,32,97)
0 Favorites   0 Comments

Color spaces of #962061

RGB 1503297
HSL0.910.650.36
HSV327°79°59°
CMYK 0.000.790.35   0.41
XYZ15.25198.380112.1229
Yxy8.38010.42660.2344
Hunter Lab28.948443.3857-4.5654
CIE-Lab34.762352.9027-8.6944

#962061 color RGB value is (150,32,97).

#962061 hex color red value is 150, green value is 32 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #962061 hue: 0.91 , saturation: 0.65 and the lightness value of 962061 is 0.36.

The process color (four color CMYK) of #962061 color hex is 0.00, 0.79, 0.35, 0.41. Web safe color of #962061 is #993366. Color #962061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100000 01100001
Octal 226 40 141
Decimal 150 32 97
Hex 96 20 61

RGB Percentages of Color #962061

%53.76
%11.47
%34.77

CMYK Percentages of Color #962061

%0
%79
%35
%41

Triadic Colors of #962061

#962061 #619620 #206196

Analogous Colors of #962061

#962061 #962026 #902096

Monochromatic Colors of #962061

#962061

Complementary Color

#962061 #209655

#962061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962061 Color CSS Codes

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

#962061 Text Font Color

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

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


#962061 Background Color

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

This div background color is #962061


#962061 Border Color

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

This div border color is #962061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962061


Comments

No comments written yet.

Please login to write comment.