Color Hex Logo

#9639ba Color Hex

#9639BA
(150,57,186)
0 Favorites   0 Comments

Color spaces of #9639ba

RGB 15057186
HSL0.790.530.48
HSV283°69°73°
CMYK 0.190.690.00   0.27
XYZ22.903712.955547.7479
Yxy12.95550.27390.1550
Hunter Lab35.993750.5948-53.4562
CIE-Lab42.696158.1418-50.7477

#9639ba color RGB value is (150,57,186).

#9639ba hex color red value is 150, green value is 57 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9639ba hue: 0.79 , saturation: 0.53 and the lightness value of 9639ba is 0.48.

The process color (four color CMYK) of #9639ba color hex is 0.19, 0.69, 0.00, 0.27. Web safe color of #9639ba is #9933cc. Color #9639ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111001 10111010
Octal 226 71 272
Decimal 150 57 186
Hex 96 39 BA

RGB Percentages of Color #9639ba

%38.17
%14.50
%47.33

CMYK Percentages of Color #9639ba

%19
%69
%0
%27

Triadic Colors of #9639ba

#9639ba #ba9639 #39ba96

Analogous Colors of #9639ba

#9639ba #ba399e #5639ba

Monochromatic Colors of #9639ba

#9639ba

Complementary Color

#9639ba #5dba39

#9639ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9639ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9639ba Color CSS Codes

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

#9639ba Text Font Color

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

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


#9639ba Background Color

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

This div background color is #9639ba


#9639ba Border Color

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

This div border color is #9639ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9639ba


Comments

No comments written yet.

Please login to write comment.