Color Hex Logo

#963cea Color Hex

#963CEA
(150,60,234)
0 Favorites   0 Comments

Color spaces of #963cea

RGB 15060234
HSL0.750.810.58
HSV271°74°92°
CMYK 0.360.740.00   0.08
XYZ29.044815.656379.3330
Yxy15.65630.23420.1262
Hunter Lab39.568061.7833-91.1774
CIE-Lab46.520367.2962-72.1741

#963cea color RGB value is (150,60,234).

#963cea hex color red value is 150, green value is 60 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #963cea hue: 0.75 , saturation: 0.81 and the lightness value of 963cea is 0.58.

The process color (four color CMYK) of #963cea color hex is 0.36, 0.74, 0.00, 0.08. Web safe color of #963cea is #9933ff. Color #963cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111100 11101010
Octal 226 74 352
Decimal 150 60 234
Hex 96 3C EA

RGB Percentages of Color #963cea

%33.78
%13.51
%52.70

CMYK Percentages of Color #963cea

%36
%74
%0
%8

Triadic Colors of #963cea

#963cea #ea963c #3cea96

Analogous Colors of #963cea

#963cea #ea3ce7 #3f3cea

Monochromatic Colors of #963cea

#963cea

Complementary Color

#963cea #90ea3c

#963cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#963cea Color CSS Codes

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

#963cea Text Font Color

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

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


#963cea Background Color

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

This div background color is #963cea


#963cea Border Color

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

This div border color is #963cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963cea


Comments

No comments written yet.

Please login to write comment.