Color Hex Logo

#964bfb Color Hex

#964BFB
(150,75,251)
0 Favorites   0 Comments

Color spaces of #964bfb

RGB 15075251
HSL0.740.960.64
HSV266°70°98°
CMYK 0.400.700.00   0.02
XYZ32.506318.481293.1207
Yxy18.48120.22560.1282
Hunter Lab42.989859.7390-98.3360
CIE-Lab50.074664.8559-75.9201

#964bfb color RGB value is (150,75,251).

#964bfb hex color red value is 150, green value is 75 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #964bfb hue: 0.74 , saturation: 0.96 and the lightness value of 964bfb is 0.64.

The process color (four color CMYK) of #964bfb color hex is 0.40, 0.70, 0.00, 0.02. Web safe color of #964bfb is #9933ff. Color #964bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001011 11111011
Octal 226 113 373
Decimal 150 75 251
Hex 96 4B FB

RGB Percentages of Color #964bfb

%31.51
%15.76
%52.73

CMYK Percentages of Color #964bfb

%40
%70
%0
%2

Triadic Colors of #964bfb

#964bfb #fb964b #4bfb96

Analogous Colors of #964bfb

#964bfb #ee4bfb #4b58fb

Monochromatic Colors of #964bfb

#964bfb

Complementary Color

#964bfb #b0fb4b

#964bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#964bfb Color CSS Codes

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

#964bfb Text Font Color

<p style="color:#964bfb">Text here</p>

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


#964bfb Background Color

<div style="background-color:#964bfb">
Div content here</div>

This div background color is #964bfb


#964bfb Border Color

<div style="border:3px solid #964bfb">
Div here</div>

This div border color is #964bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,75,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #964bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #964bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #964bfb;
  box-shadow:         1px 1px 3px 2px #964bfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964bfb


Comments

No comments written yet.

Please login to write comment.