Color Hex Logo

#9653fb Color Hex

#9653FB
(150,83,251)
0 Favorites   0 Comments

Color spaces of #9653fb

RGB 15083251
HSL0.730.950.65
HSV264°67°98°
CMYK 0.400.670.00   0.02
XYZ33.083519.635693.3131
Yxy19.63560.22650.1345
Hunter Lab44.312155.7224-93.8354
CIE-Lab51.422761.1028-73.7265

#9653fb color RGB value is (150,83,251).

#9653fb hex color red value is 150, green value is 83 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9653fb hue: 0.73 , saturation: 0.95 and the lightness value of 9653fb is 0.65.

The process color (four color CMYK) of #9653fb color hex is 0.40, 0.67, 0.00, 0.02. Web safe color of #9653fb is #9966ff. Color #9653fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010011 11111011
Octal 226 123 373
Decimal 150 83 251
Hex 96 53 FB

RGB Percentages of Color #9653fb

%30.99
%17.15
%51.86

CMYK Percentages of Color #9653fb

%40
%67
%0
%2

Triadic Colors of #9653fb

#9653fb #fb9653 #53fb96

Analogous Colors of #9653fb

#9653fb #ea53fb #5364fb

Monochromatic Colors of #9653fb

#9653fb

Complementary Color

#9653fb #b8fb53

#9653fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9653fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9653fb Color CSS Codes

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

#9653fb Text Font Color

<p style="color:#9653fb">Text here</p>

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


#9653fb Background Color

<div style="background-color:#9653fb">
Div content here</div>

This div background color is #9653fb


#9653fb Border Color

<div style="border:3px solid #9653fb">
Div here</div>

This div border color is #9653fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,83,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9653fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9653fb;
  -webkit-box-shadow: 1px 1px 3px 2px #9653fb;
  box-shadow:         1px 1px 3px 2px #9653fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9653fb


Comments

No comments written yet.

Please login to write comment.