Color Hex Logo

#962b59 Color Hex

#962B59
(150,43,89)
0 Favorites   0 Comments

Color spaces of #962b59

RGB 1504389
HSL0.930.550.38
HSV334°71°59°
CMYK 0.000.710.41   0.41
XYZ15.24478.933110.3720
Yxy8.93310.44120.2586
Hunter Lab29.888338.74050.3467
CIE-Lab35.855248.1491-1.9352

#962b59 color RGB value is (150,43,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101011 01011001
Octal 226 53 131
Decimal 150 43 89
Hex 96 2B 59

RGB Percentages of Color #962b59

%53.19
%15.25
%31.56

CMYK Percentages of Color #962b59

%0
%71
%41
%41

Triadic Colors of #962b59

#962b59 #59962b #2b5996

Analogous Colors of #962b59

#962b59 #96332b #962b8f

Monochromatic Colors of #962b59

#962b59

Complementary Color

#962b59 #2b9668

#962b59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962b59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962b59 Color CSS Codes

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

#962b59 Text Font Color

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

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


#962b59 Background Color

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

This div background color is #962b59


#962b59 Border Color

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

This div border color is #962b59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962b59


Comments

No comments written yet.

Please login to write comment.