Color Hex Logo

#963bdf Color Hex

#963BDF
(150,59,223)
0 Favorites   0 Comments

Color spaces of #963bdf

RGB 15059223
HSL0.760.720.55
HSV273°74°87°
CMYK 0.330.740.00   0.13
XYZ27.460914.939771.2483
Yxy14.93970.24160.1315
Hunter Lab38.651959.1775-82.2348
CIE-Lab45.551565.2355-67.5107

#963bdf color RGB value is (150,59,223).

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

The process color (four color CMYK) of #963bdf color hex is 0.33, 0.74, 0.00, 0.13. Web safe color of #963bdf is #9933cc. Color #963bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111011 11011111
Octal 226 73 337
Decimal 150 59 223
Hex 96 3B DF

RGB Percentages of Color #963bdf

%34.72
%13.66
%51.62

CMYK Percentages of Color #963bdf

%33
%74
%0
%13

Triadic Colors of #963bdf

#963bdf #df963b #3bdf96

Analogous Colors of #963bdf

#963bdf #df3bd6 #443bdf

Monochromatic Colors of #963bdf

#963bdf

Complementary Color

#963bdf #84df3b

#963bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#963bdf Color CSS Codes

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

#963bdf Text Font Color

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

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


#963bdf Background Color

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

This div background color is #963bdf


#963bdf Border Color

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

This div border color is #963bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963bdf


Comments

No comments written yet.

Please login to write comment.