Color Hex Logo

#963958 Color Hex

#963958
(150,57,88)
0 Favorites   0 Comments

Color spaces of #963958

RGB 1505788
HSL0.940.450.41
HSV340°62°59°
CMYK 0.000.620.41   0.41
XYZ15.802310.114910.3520
Yxy10.11490.43570.2789
Hunter Lab31.803933.03372.9642
CIE-Lab38.047941.97051.9041

#963958 color RGB value is (150,57,88).

#963958 hex color red value is 150, green value is 57 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #963958 hue: 0.94 , saturation: 0.45 and the lightness value of 963958 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111001 01011000
Octal 226 71 130
Decimal 150 57 88
Hex 96 39 58

RGB Percentages of Color #963958

%50.85
%19.32
%29.83

CMYK Percentages of Color #963958

%0
%62
%41
%41

Triadic Colors of #963958

#963958 #589639 #395896

Analogous Colors of #963958

#963958 #964939 #963987

Monochromatic Colors of #963958

#963958

Complementary Color

#963958 #399677

#963958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963958 Color CSS Codes

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

#963958 Text Font Color

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

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


#963958 Background Color

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

This div background color is #963958


#963958 Border Color

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

This div border color is #963958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963958


Comments

No comments written yet.

Please login to write comment.