Color Hex Logo

#963ece Color Hex

#963ECE
(150,62,206)
0 Favorites   0 Comments

Color spaces of #963ece

RGB 15062206
HSL0.770.600.53
HSV277°70°81°
CMYK 0.270.700.00   0.19
XYZ25.440914.385559.8283
Yxy14.38550.25530.1444
Hunter Lab37.928253.3571-66.9748
CIE-Lab44.780860.2454-59.0175

#963ece color RGB value is (150,62,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111110 11001110
Octal 226 76 316
Decimal 150 62 206
Hex 96 3E CE

RGB Percentages of Color #963ece

%35.89
%14.83
%49.28

CMYK Percentages of Color #963ece

%27
%70
%0
%19

Triadic Colors of #963ece

#963ece #ce963e #3ece96

Analogous Colors of #963ece

#963ece #ce3ebe #4e3ece

Monochromatic Colors of #963ece

#963ece

Complementary Color

#963ece #76ce3e

#963ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#963ece Color CSS Codes

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

#963ece Text Font Color

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

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


#963ece Background Color

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

This div background color is #963ece


#963ece Border Color

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

This div border color is #963ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963ece


Comments

No comments written yet.

Please login to write comment.