Color Hex Logo

#9651fd Color Hex

#9651FD
(150,81,253)
0 Favorites   0 Comments

Color spaces of #9651fd

RGB 15081253
HSL0.730.980.65
HSV264°68°99°
CMYK 0.410.680.00   0.01
XYZ33.249719.460794.9324
Yxy19.46070.22520.1318
Hunter Lab44.114357.3385-96.7100
CIE-Lab51.221962.5562-75.1653

#9651fd color RGB value is (150,81,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010001 11111101
Octal 226 121 375
Decimal 150 81 253
Hex 96 51 FD

RGB Percentages of Color #9651fd

%30.99
%16.74
%52.27

CMYK Percentages of Color #9651fd

%41
%68
%0
%1

Triadic Colors of #9651fd

#9651fd #fd9651 #51fd96

Analogous Colors of #9651fd

#9651fd #ec51fd #5162fd

Monochromatic Colors of #9651fd

#9651fd

Complementary Color

#9651fd #b8fd51

#9651fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9651fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9651fd Color CSS Codes

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

#9651fd Text Font Color

<p style="color:#9651fd">Text here</p>

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


#9651fd Background Color

<div style="background-color:#9651fd">
Div content here</div>

This div background color is #9651fd


#9651fd Border Color

<div style="border:3px solid #9651fd">
Div here</div>

This div border color is #9651fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9651fd

Related Colors


Comments

No comments written yet.

Please login to write comment.