Color Hex Logo

#9638ba Color Hex

#9638BA
(150,56,186)
0 Favorites   0 Comments

Color spaces of #9638ba

RGB 15056186
HSL0.790.540.47
HSV283°70°73°
CMYK 0.190.700.00   0.27
XYZ22.854812.857547.7315
Yxy12.85750.27390.1541
Hunter Lab35.857451.0221-53.8237
CIE-Lab42.547758.5598-50.9861

#9638ba color RGB value is (150,56,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111000 10111010
Octal 226 70 272
Decimal 150 56 186
Hex 96 38 BA

RGB Percentages of Color #9638ba

%38.27
%14.29
%47.45

CMYK Percentages of Color #9638ba

%19
%70
%0
%27

Triadic Colors of #9638ba

#9638ba #ba9638 #38ba96

Analogous Colors of #9638ba

#9638ba #ba389d #5538ba

Monochromatic Colors of #9638ba

#9638ba

Complementary Color

#9638ba #5cba38

#9638ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9638ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9638ba Color CSS Codes

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

#9638ba Text Font Color

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

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


#9638ba Background Color

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

This div background color is #9638ba


#9638ba Border Color

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

This div border color is #9638ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,56,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 #9638ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9638ba


Comments

No comments written yet.

Please login to write comment.