Color Hex Logo

#963dcf Color Hex

#963DCF
(150,61,207)
0 Favorites   0 Comments

Color spaces of #963dcf

RGB 15061207
HSL0.770.600.53
HSV277°71°81°
CMYK 0.280.710.00   0.19
XYZ25.508914.326560.4523
Yxy14.32650.25440.1429
Hunter Lab37.850454.0603-68.1991
CIE-Lab44.697660.8909-59.7285

#963dcf color RGB value is (150,61,207).

#963dcf hex color red value is 150, green value is 61 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #963dcf hue: 0.77 , saturation: 0.60 and the lightness value of 963dcf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111101 11001111
Octal 226 75 317
Decimal 150 61 207
Hex 96 3D CF

RGB Percentages of Color #963dcf

%35.89
%14.59
%49.52

CMYK Percentages of Color #963dcf

%28
%71
%0
%19

Triadic Colors of #963dcf

#963dcf #cf963d #3dcf96

Analogous Colors of #963dcf

#963dcf #cf3dbf #4d3dcf

Monochromatic Colors of #963dcf

#963dcf

Complementary Color

#963dcf #76cf3d

#963dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#963dcf Color CSS Codes

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

#963dcf Text Font Color

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

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


#963dcf Background Color

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

This div background color is #963dcf


#963dcf Border Color

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

This div border color is #963dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963dcf


Comments

No comments written yet.

Please login to write comment.