Color Hex Logo

#962b55 Color Hex

#962B55
(150,43,85)
0 Favorites   0 Comments

Color spaces of #962b55

RGB 1504385
HSL0.930.550.38
HSV336°71°59°
CMYK 0.000.710.43   0.41
XYZ15.08128.86779.5111
Yxy8.86770.45070.2650
Hunter Lab29.778738.28731.9083
CIE-Lab35.728347.72120.4466

#962b55 color RGB value is (150,43,85).

#962b55 hex color red value is 150, green value is 43 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #962b55 hue: 0.93 , saturation: 0.55 and the lightness value of 962b55 is 0.38.

The process color (four color CMYK) of #962b55 color hex is 0.00, 0.71, 0.43, 0.41. Web safe color of #962b55 is #993366. Color #962b55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101011 01010101
Octal 226 53 125
Decimal 150 43 85
Hex 96 2B 55

RGB Percentages of Color #962b55

%53.96
%15.47
%30.58

CMYK Percentages of Color #962b55

%0
%71
%43
%41

Triadic Colors of #962b55

#962b55 #55962b #2b5596

Analogous Colors of #962b55

#962b55 #96372b #962b8b

Monochromatic Colors of #962b55

#962b55

Complementary Color

#962b55 #2b966c

#962b55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962b55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962b55 Color CSS Codes

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

#962b55 Text Font Color

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

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


#962b55 Background Color

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

This div background color is #962b55


#962b55 Border Color

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

This div border color is #962b55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,43,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #962b55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #962b55;
  -webkit-box-shadow: 1px 1px 3px 2px #962b55;
  box-shadow:         1px 1px 3px 2px #962b55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962b55


Comments

No comments written yet.

Please login to write comment.