Color Hex Logo

#964ffd Color Hex

#964FFD
(150,79,253)
0 Favorites   0 Comments

Color spaces of #964ffd

RGB 15079253
HSL0.730.980.65
HSV264°69°99°
CMYK 0.410.690.00   0.01
XYZ33.103319.167894.8835
Yxy19.16780.22500.1303
Hunter Lab43.781058.3489-97.8482
CIE-Lab50.882963.4994-75.7169

#964ffd color RGB value is (150,79,253).

#964ffd hex color red value is 150, green value is 79 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #964ffd hue: 0.73 , saturation: 0.98 and the lightness value of 964ffd is 0.65.

The process color (four color CMYK) of #964ffd color hex is 0.41, 0.69, 0.00, 0.01. Web safe color of #964ffd is #9966ff. Color #964ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001111 11111101
Octal 226 117 375
Decimal 150 79 253
Hex 96 4F FD

RGB Percentages of Color #964ffd

%31.12
%16.39
%52.49

CMYK Percentages of Color #964ffd

%41
%69
%0
%1

Triadic Colors of #964ffd

#964ffd #fd964f #4ffd96

Analogous Colors of #964ffd

#964ffd #ed4ffd #4f5ffd

Monochromatic Colors of #964ffd

#964ffd

Complementary Color

#964ffd #b6fd4f

#964ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#964ffd Color CSS Codes

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

#964ffd Text Font Color

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

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


#964ffd Background Color

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

This div background color is #964ffd


#964ffd Border Color

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

This div border color is #964ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964ffd


Comments

No comments written yet.

Please login to write comment.