Color Hex Logo

#963dae Color Hex

#963DAE
(150,61,174)
0 Favorites   0 Comments

Color spaces of #963dae

RGB 15061174
HSL0.800.480.46
HSV287°65°68°
CMYK 0.140.650.00   0.32
XYZ21.886412.877541.3765
Yxy12.87750.28740.1691
Hunter Lab35.885246.0680-43.2431
CIE-Lab42.578153.9740-43.8675

#963dae color RGB value is (150,61,174).

#963dae hex color red value is 150, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #963dae hue: 0.80 , saturation: 0.48 and the lightness value of 963dae is 0.46.

The process color (four color CMYK) of #963dae color hex is 0.14, 0.65, 0.00, 0.32. Web safe color of #963dae is #993399. Color #963dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111101 10101110
Octal 226 75 256
Decimal 150 61 174
Hex 96 3D AE

RGB Percentages of Color #963dae

%38.96
%15.84
%45.19

CMYK Percentages of Color #963dae

%14
%65
%0
%32

Triadic Colors of #963dae

#963dae #ae963d #3dae96

Analogous Colors of #963dae

#963dae #ae3d8e #5e3dae

Monochromatic Colors of #963dae

#963dae

Complementary Color

#963dae #55ae3d

#963dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#963dae Color CSS Codes

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

#963dae Text Font Color

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

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


#963dae Background Color

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

This div background color is #963dae


#963dae Border Color

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

This div border color is #963dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,61,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #963dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #963dae;
  -webkit-box-shadow: 1px 1px 3px 2px #963dae;
  box-shadow:         1px 1px 3px 2px #963dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963dae


Comments

No comments written yet.

Please login to write comment.