Color Hex Logo

#9654eb Color Hex

#9654EB
(150,84,235)
0 Favorites   0 Comments

Color spaces of #9654eb

RGB 15084235
HSL0.740.790.63
HSV266°64°92°
CMYK 0.360.640.00   0.08
XYZ30.743418.822880.6101
Yxy18.82280.23620.1446
Hunter Lab43.385350.5634-79.7916
CIE-Lab50.479256.6730-66.3089

#9654eb color RGB value is (150,84,235).

#9654eb hex color red value is 150, green value is 84 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9654eb hue: 0.74 , saturation: 0.79 and the lightness value of 9654eb is 0.63.

The process color (four color CMYK) of #9654eb color hex is 0.36, 0.64, 0.00, 0.08. Web safe color of #9654eb is #9966ff. Color #9654eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010100 11101011
Octal 226 124 353
Decimal 150 84 235
Hex 96 54 EB

RGB Percentages of Color #9654eb

%31.98
%17.91
%50.11

CMYK Percentages of Color #9654eb

%36
%64
%0
%8

Triadic Colors of #9654eb

#9654eb #eb9654 #54eb96

Analogous Colors of #9654eb

#9654eb #e254eb #545eeb

Monochromatic Colors of #9654eb

#9654eb

Complementary Color

#9654eb #a9eb54

#9654eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9654eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9654eb Color CSS Codes

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

#9654eb Text Font Color

<p style="color:#9654eb">Text here</p>

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


#9654eb Background Color

<div style="background-color:#9654eb">
Div content here</div>

This div background color is #9654eb


#9654eb Border Color

<div style="border:3px solid #9654eb">
Div here</div>

This div border color is #9654eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,84,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9654eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9654eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9654eb;
  box-shadow:         1px 1px 3px 2px #9654eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9654eb


Comments

No comments written yet.

Please login to write comment.