Color Hex Logo

#963bfd Color Hex

#963BFD
(150,59,253)
0 Favorites   0 Comments

Color spaces of #963bfd

RGB 15059253
HSL0.740.980.61
HSV268°77°99°
CMYK 0.410.770.00   0.01
XYZ31.871316.703894.4729
Yxy16.70380.22280.1168
Hunter Lab40.870367.6742-108.4414
CIE-Lab47.884672.0037-80.6104

#963bfd color RGB value is (150,59,253).

#963bfd hex color red value is 150, green value is 59 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #963bfd hue: 0.74 , saturation: 0.98 and the lightness value of 963bfd is 0.61.

The process color (four color CMYK) of #963bfd color hex is 0.41, 0.77, 0.00, 0.01. Web safe color of #963bfd is #9933ff. Color #963bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111011 11111101
Octal 226 73 375
Decimal 150 59 253
Hex 96 3B FD

RGB Percentages of Color #963bfd

%32.47
%12.77
%54.76

CMYK Percentages of Color #963bfd

%41
%77
%0
%1

Triadic Colors of #963bfd

#963bfd #fd963b #3bfd96

Analogous Colors of #963bfd

#963bfd #f73bfd #3b41fd

Monochromatic Colors of #963bfd

#963bfd

Complementary Color

#963bfd #a2fd3b

#963bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#963bfd Color CSS Codes

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

#963bfd Text Font Color

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

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


#963bfd Background Color

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

This div background color is #963bfd


#963bfd Border Color

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

This div border color is #963bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963bfd


Comments

No comments written yet.

Please login to write comment.