Color Hex Logo

#963fdc Color Hex

#963FDC
(150,63,220)
0 Favorites   0 Comments

Color spaces of #963fdc

RGB 15063220
HSL0.760.690.55
HSV273°71°86°
CMYK 0.320.710.00   0.14
XYZ27.273515.206469.2078
Yxy15.20640.24420.1362
Hunter Lab38.995456.6016-77.9293
CIE-Lab45.915662.9124-65.2093

#963fdc color RGB value is (150,63,220).

#963fdc hex color red value is 150, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #963fdc hue: 0.76 , saturation: 0.69 and the lightness value of 963fdc is 0.55.

The process color (four color CMYK) of #963fdc color hex is 0.32, 0.71, 0.00, 0.14. Web safe color of #963fdc is #9933cc. Color #963fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111111 11011100
Octal 226 77 334
Decimal 150 63 220
Hex 96 3F DC

RGB Percentages of Color #963fdc

%34.64
%14.55
%50.81

CMYK Percentages of Color #963fdc

%32
%71
%0
%14

Triadic Colors of #963fdc

#963fdc #dc963f #3fdc96

Analogous Colors of #963fdc

#963fdc #dc3fd4 #483fdc

Monochromatic Colors of #963fdc

#963fdc

Complementary Color

#963fdc #85dc3f

#963fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#963fdc Color CSS Codes

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

#963fdc Text Font Color

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

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


#963fdc Background Color

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

This div background color is #963fdc


#963fdc Border Color

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

This div border color is #963fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963fdc


Comments

No comments written yet.

Please login to write comment.