Color Hex Logo

#963043 Color Hex

#963043
(150,48,67)
0 Favorites   0 Comments

Color spaces of #963043

RGB 1504867
HSL0.970.520.39
HSV349°68°59°
CMYK 0.000.680.55   0.41
XYZ14.64779.00326.2760
Yxy9.00320.48940.3008
Hunter Lab30.005334.62908.6025
CIE-Lab35.990543.972512.3818

#963043 color RGB value is (150,48,67).

#963043 hex color red value is 150, green value is 48 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #963043 hue: 0.97 , saturation: 0.52 and the lightness value of 963043 is 0.39.

The process color (four color CMYK) of #963043 color hex is 0.00, 0.68, 0.55, 0.41. Web safe color of #963043 is #993333. Color #963043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110000 01000011
Octal 226 60 103
Decimal 150 48 67
Hex 96 30 43

RGB Percentages of Color #963043

%56.60
%18.11
%25.28

CMYK Percentages of Color #963043

%0
%68
%55
%41

Triadic Colors of #963043

#963043 #439630 #304396

Analogous Colors of #963043

#963043 #965030 #963076

Monochromatic Colors of #963043

#963043

Complementary Color

#963043 #309683

#963043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963043 Color CSS Codes

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

#963043 Text Font Color

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

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


#963043 Background Color

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

This div background color is #963043


#963043 Border Color

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

This div border color is #963043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963043


Comments

No comments written yet.

Please login to write comment.