Color Hex Logo

#963675 Color Hex

#963675
(150,54,117)
0 Favorites   0 Comments

Color spaces of #963675

RGB 15054117
HSL0.890.470.40
HSV321°64°59°
CMYK 0.000.640.22   0.41
XYZ17.107710.406717.9366
Yxy10.40670.37640.2290
Hunter Lab32.259438.2075-10.3843
CIE-Lab38.562747.1227-15.5633

#963675 color RGB value is (150,54,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110110 01110101
Octal 226 66 165
Decimal 150 54 117
Hex 96 36 75

RGB Percentages of Color #963675

%46.73
%16.82
%36.45

CMYK Percentages of Color #963675

%0
%64
%22
%41

Triadic Colors of #963675

#963675 #759636 #367596

Analogous Colors of #963675

#963675 #963645 #873696

Monochromatic Colors of #963675

#963675

Complementary Color

#963675 #369657

#963675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963675 Color CSS Codes

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

#963675 Text Font Color

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

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


#963675 Background Color

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

This div background color is #963675


#963675 Border Color

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

This div border color is #963675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963675


Comments

No comments written yet.

Please login to write comment.