Color Hex Logo

#963ddc Color Hex

#963DDC
(150,61,220)
0 Favorites   0 Comments

Color spaces of #963ddc

RGB 15061220
HSL0.760.690.55
HSV274°72°86°
CMYK 0.320.720.00   0.14
XYZ27.164714.988869.1715
Yxy14.98880.24400.1346
Hunter Lab38.715457.4929-78.8308
CIE-Lab45.618963.7524-65.6909

#963ddc color RGB value is (150,61,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111101 11011100
Octal 226 75 334
Decimal 150 61 220
Hex 96 3D DC

RGB Percentages of Color #963ddc

%34.80
%14.15
%51.04

CMYK Percentages of Color #963ddc

%32
%72
%0
%14

Triadic Colors of #963ddc

#963ddc #dc963d #3ddc96

Analogous Colors of #963ddc

#963ddc #dc3dd3 #473ddc

Monochromatic Colors of #963ddc

#963ddc

Complementary Color

#963ddc #83dc3d

#963ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#963ddc Color CSS Codes

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

#963ddc Text Font Color

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

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


#963ddc Background Color

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

This div background color is #963ddc


#963ddc Border Color

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

This div border color is #963ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,61,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 #963ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963ddc


Comments

No comments written yet.

Please login to write comment.