Color Hex Logo

#964afb Color Hex

#964AFB
(150,74,251)
0 Favorites   0 Comments

Color spaces of #964afb

RGB 15074251
HSL0.740.960.64
HSV266°71°98°
CMYK 0.400.710.00   0.02
XYZ32.439018.346693.0983
Yxy18.34660.22550.1275
Hunter Lab42.832960.2272-98.8850
CIE-Lab49.913865.3075-76.1821

#964afb color RGB value is (150,74,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001010 11111011
Octal 226 112 373
Decimal 150 74 251
Hex 96 4A FB

RGB Percentages of Color #964afb

%31.58
%15.58
%52.84

CMYK Percentages of Color #964afb

%40
%71
%0
%2

Triadic Colors of #964afb

#964afb #fb964a #4afb96

Analogous Colors of #964afb

#964afb #ef4afb #4a57fb

Monochromatic Colors of #964afb

#964afb

Complementary Color

#964afb #affb4a

#964afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#964afb Color CSS Codes

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

#964afb Text Font Color

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

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


#964afb Background Color

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

This div background color is #964afb


#964afb Border Color

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

This div border color is #964afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,74,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 #964afb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964afb


Comments

No comments written yet.

Please login to write comment.