Color Hex Logo

#9306ba Color Hex

#9306BA
(147,6,186)
0 Favorites   0 Comments

Color spaces of #9306ba

RGB 1476186
HSL0.800.940.38
HSV287°97°73°
CMYK 0.210.970.00   0.27
XYZ20.96079.878547.2564
Yxy9.87850.26840.1265
Hunter Lab31.430164.0389-67.1439
CIE-Lab37.623570.9470-58.9705

#9306ba color RGB value is (147,6,186).

#9306ba hex color red value is 147, green value is 6 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9306ba hue: 0.80 , saturation: 0.94 and the lightness value of 9306ba is 0.38.

The process color (four color CMYK) of #9306ba color hex is 0.21, 0.97, 0.00, 0.27. Web safe color of #9306ba is #9900cc. Color #9306ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000110 10111010
Octal 223 6 272
Decimal 147 6 186
Hex 93 6 BA

RGB Percentages of Color #9306ba

%43.36
%1.77
%54.87

CMYK Percentages of Color #9306ba

%21
%97
%0
%27

Triadic Colors of #9306ba

#9306ba #ba9306 #06ba93

Analogous Colors of #9306ba

#9306ba #ba0687 #3906ba

Monochromatic Colors of #9306ba

#9306ba

Complementary Color

#9306ba #2dba06

#9306ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9306ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9306ba Color CSS Codes

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

#9306ba Text Font Color

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

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


#9306ba Background Color

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

This div background color is #9306ba


#9306ba Border Color

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

This div border color is #9306ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9306ba


Comments

No comments written yet.

Please login to write comment.