Color Hex Logo

#9639fa Color Hex

#9639FA
(150,57,250)
0 Favorites   0 Comments

Color spaces of #9639fa

RGB 15057250
HSL0.750.950.60
HSV269°77°98°
CMYK 0.400.770.00   0.02
XYZ31.296116.312491.9416
Yxy16.31240.22430.1169
Hunter Lab40.388667.6350-106.6971
CIE-Lab47.381772.0691-79.7584

#9639fa color RGB value is (150,57,250).

#9639fa hex color red value is 150, green value is 57 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9639fa hue: 0.75 , saturation: 0.95 and the lightness value of 9639fa is 0.60.

The process color (four color CMYK) of #9639fa color hex is 0.40, 0.77, 0.00, 0.02. Web safe color of #9639fa is #9933ff. Color #9639fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111001 11111010
Octal 226 71 372
Decimal 150 57 250
Hex 96 39 FA

RGB Percentages of Color #9639fa

%32.82
%12.47
%54.70

CMYK Percentages of Color #9639fa

%40
%77
%0
%2

Triadic Colors of #9639fa

#9639fa #fa9639 #39fa96

Analogous Colors of #9639fa

#9639fa #f739fa #393dfa

Monochromatic Colors of #9639fa

#9639fa

Complementary Color

#9639fa #9dfa39

#9639fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9639fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9639fa Color CSS Codes

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

#9639fa Text Font Color

<p style="color:#9639fa">Text here</p>

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


#9639fa Background Color

<div style="background-color:#9639fa">
Div content here</div>

This div background color is #9639fa


#9639fa Border Color

<div style="border:3px solid #9639fa">
Div here</div>

This div border color is #9639fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,57,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9639fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9639fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9639fa;
  box-shadow:         1px 1px 3px 2px #9639fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9639fa

Related Colors


Comments

No comments written yet.

Please login to write comment.