Color Hex Logo

#964dbd Color Hex

#964DBD
(150,77,189)
0 Favorites   0 Comments

Color spaces of #964dbd

RGB 15077189
HSL0.780.460.52
HSV279°59°74°
CMYK 0.210.590.00   0.26
XYZ24.416915.465949.8424
Yxy15.46590.27210.1724
Hunter Lab39.326742.0041-47.6150
CIE-Lab46.265849.4617-46.7831

#964dbd color RGB value is (150,77,189).

#964dbd hex color red value is 150, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #964dbd hue: 0.78 , saturation: 0.46 and the lightness value of 964dbd is 0.52.

The process color (four color CMYK) of #964dbd color hex is 0.21, 0.59, 0.00, 0.26. Web safe color of #964dbd is #9966cc. Color #964dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001101 10111101
Octal 226 115 275
Decimal 150 77 189
Hex 96 4D BD

RGB Percentages of Color #964dbd

%36.06
%18.51
%45.43

CMYK Percentages of Color #964dbd

%21
%59
%0
%26

Triadic Colors of #964dbd

#964dbd #bd964d #4dbd96

Analogous Colors of #964dbd

#964dbd #bd4dac #5e4dbd

Monochromatic Colors of #964dbd

#964dbd

Complementary Color

#964dbd #74bd4d

#964dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#964dbd Color CSS Codes

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

#964dbd Text Font Color

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

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


#964dbd Background Color

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

This div background color is #964dbd


#964dbd Border Color

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

This div border color is #964dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964dbd


Comments

No comments written yet.

Please login to write comment.