Color Hex Logo

#963a90 Color Hex

#963A90
(150,58,144)
0 Favorites   0 Comments

Color spaces of #963a90

RGB 15058144
HSL0.840.440.41
HSV304°61°59°
CMYK 0.000.610.04   0.41
XYZ19.124811.523827.6019
Yxy11.52380.32830.1978
Hunter Lab33.946741.1560-24.4457
CIE-Lab40.449049.6774-29.2515

#963a90 color RGB value is (150,58,144).

#963a90 hex color red value is 150, green value is 58 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #963a90 hue: 0.84 , saturation: 0.44 and the lightness value of 963a90 is 0.41.

The process color (four color CMYK) of #963a90 color hex is 0.00, 0.61, 0.04, 0.41. Web safe color of #963a90 is #993399. Color #963a90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111010 10010000
Octal 226 72 220
Decimal 150 58 144
Hex 96 3A 90

RGB Percentages of Color #963a90

%42.61
%16.48
%40.91

CMYK Percentages of Color #963a90

%0
%61
%4
%41

Triadic Colors of #963a90

#963a90 #90963a #3a9096

Analogous Colors of #963a90

#963a90 #963a62 #6e3a96

Monochromatic Colors of #963a90

#963a90

Complementary Color

#963a90 #3a9640

#963a90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963a90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963a90 Color CSS Codes

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

#963a90 Text Font Color

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

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


#963a90 Background Color

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

This div background color is #963a90


#963a90 Border Color

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

This div border color is #963a90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963a90


Comments

No comments written yet.

Please login to write comment.