Color Hex Logo

#962965 Color Hex

#962965
(150,41,101)
0 Favorites   0 Comments

Color spaces of #962965

RGB 15041101
HSL0.910.570.37
HSV327°73°59°
CMYK 0.000.730.33   0.41
XYZ15.71969.009513.2224
Yxy9.00950.41420.2374
Hunter Lab30.015840.9546-5.1070
CIE-Lab36.002650.3059-9.3810

#962965 color RGB value is (150,41,101).

#962965 hex color red value is 150, green value is 41 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #962965 hue: 0.91 , saturation: 0.57 and the lightness value of 962965 is 0.37.

The process color (four color CMYK) of #962965 color hex is 0.00, 0.73, 0.33, 0.41. Web safe color of #962965 is #993366. Color #962965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101001 01100101
Octal 226 51 145
Decimal 150 41 101
Hex 96 29 65

RGB Percentages of Color #962965

%51.37
%14.04
%34.59

CMYK Percentages of Color #962965

%0
%73
%33
%41

Triadic Colors of #962965

#962965 #659629 #296596

Analogous Colors of #962965

#962965 #96292f #912996

Monochromatic Colors of #962965

#962965

Complementary Color

#962965 #29965a

#962965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962965 Color CSS Codes

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

#962965 Text Font Color

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

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


#962965 Background Color

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

This div background color is #962965


#962965 Border Color

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

This div border color is #962965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962965


Comments

No comments written yet.

Please login to write comment.