Color Hex Logo

#964bb7 Color Hex

#964BB7
(150,75,183)
0 Favorites   0 Comments

Color spaces of #964bb7

RGB 15075183
HSL0.780.430.51
HSV282°59°72°
CMYK 0.180.590.00   0.28
XYZ23.641014.935146.4365
Yxy14.93510.27810.1757
Hunter Lab38.646041.5639-44.1900
CIE-Lab45.545249.1649-44.4315

#964bb7 color RGB value is (150,75,183).

#964bb7 hex color red value is 150, green value is 75 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #964bb7 hue: 0.78 , saturation: 0.43 and the lightness value of 964bb7 is 0.51.

The process color (four color CMYK) of #964bb7 color hex is 0.18, 0.59, 0.00, 0.28. Web safe color of #964bb7 is #9933cc. Color #964bb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001011 10110111
Octal 226 113 267
Decimal 150 75 183
Hex 96 4B B7

RGB Percentages of Color #964bb7

%36.76
%18.38
%44.85

CMYK Percentages of Color #964bb7

%18
%59
%0
%28

Triadic Colors of #964bb7

#964bb7 #b7964b #4bb796

Analogous Colors of #964bb7

#964bb7 #b74ba2 #604bb7

Monochromatic Colors of #964bb7

#964bb7

Complementary Color

#964bb7 #6cb74b

#964bb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964bb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#964bb7 Color CSS Codes

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

#964bb7 Text Font Color

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

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


#964bb7 Background Color

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

This div background color is #964bb7


#964bb7 Border Color

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

This div border color is #964bb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964bb7


Comments

No comments written yet.

Please login to write comment.