Color Hex Logo

#963668 Color Hex

#963668
(150,54,104)
0 Favorites   0 Comments

Color spaces of #963668

RGB 15054104
HSL0.910.470.40
HSV329°64°59°
CMYK 0.000.640.31   0.41
XYZ16.395510.121814.1863
Yxy10.12180.40280.2487
Hunter Lab31.814836.3127-4.1672
CIE-Lab38.060145.3156-8.1839

#963668 color RGB value is (150,54,104).

#963668 hex color red value is 150, green value is 54 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #963668 hue: 0.91 , saturation: 0.47 and the lightness value of 963668 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110110 01101000
Octal 226 66 150
Decimal 150 54 104
Hex 96 36 68

RGB Percentages of Color #963668

%48.70
%17.53
%33.77

CMYK Percentages of Color #963668

%0
%64
%31
%41

Triadic Colors of #963668

#963668 #689636 #366896

Analogous Colors of #963668

#963668 #963638 #943696

Monochromatic Colors of #963668

#963668

Complementary Color

#963668 #369664

#963668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963668 Color CSS Codes

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

#963668 Text Font Color

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

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


#963668 Background Color

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

This div background color is #963668


#963668 Border Color

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

This div border color is #963668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963668


Comments

No comments written yet.

Please login to write comment.