Color Hex Logo

#9659fc Color Hex

#9659FC
(150,89,252)
0 Favorites   0 Comments

Color spaces of #9659fc

RGB 15089252
HSL0.730.960.67
HSV262°65°99°
CMYK 0.400.650.00   0.01
XYZ33.720720.657194.3054
Yxy20.65710.22680.1389
Hunter Lab45.450152.8965-91.2071
CIE-Lab52.572258.3919-72.4157

#9659fc color RGB value is (150,89,252).

#9659fc hex color red value is 150, green value is 89 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9659fc hue: 0.73 , saturation: 0.96 and the lightness value of 9659fc is 0.67.

The process color (four color CMYK) of #9659fc color hex is 0.40, 0.65, 0.00, 0.01. Web safe color of #9659fc is #9966ff. Color #9659fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011001 11111100
Octal 226 131 374
Decimal 150 89 252
Hex 96 59 FC

RGB Percentages of Color #9659fc

%30.55
%18.13
%51.32

CMYK Percentages of Color #9659fc

%40
%65
%0
%1

Triadic Colors of #9659fc

#9659fc #fc9659 #59fc96

Analogous Colors of #9659fc

#9659fc #e859fc #596efc

Monochromatic Colors of #9659fc

#9659fc

Complementary Color

#9659fc #bffc59

#9659fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9659fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9659fc Color CSS Codes

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

#9659fc Text Font Color

<p style="color:#9659fc">Text here</p>

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


#9659fc Background Color

<div style="background-color:#9659fc">
Div content here</div>

This div background color is #9659fc


#9659fc Border Color

<div style="border:3px solid #9659fc">
Div here</div>

This div border color is #9659fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,89,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9659fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9659fc;
  -webkit-box-shadow: 1px 1px 3px 2px #9659fc;
  box-shadow:         1px 1px 3px 2px #9659fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9659fc

Related Colors


Comments

No comments written yet.

Please login to write comment.