Color Hex Logo

#9306ca Color Hex

#9306CA
(147,6,202)
0 Favorites   0 Comments

Color spaces of #9306ca

RGB 1476202
HSL0.790.940.41
HSV283°97°79°
CMYK 0.270.970.00   0.21
XYZ22.758410.597656.7231
Yxy10.59760.25260.1176
Hunter Lab32.554067.8195-80.5211
CIE-Lab38.894373.8696-66.2821

#9306ca color RGB value is (147,6,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000110 11001010
Octal 223 6 312
Decimal 147 6 202
Hex 93 6 CA

RGB Percentages of Color #9306ca

%41.41
%1.69
%56.90

CMYK Percentages of Color #9306ca

%27
%97
%0
%21

Triadic Colors of #9306ca

#9306ca #ca9306 #06ca93

Analogous Colors of #9306ca

#9306ca #ca069f #3106ca

Monochromatic Colors of #9306ca

#9306ca

Complementary Color

#9306ca #3dca06

#9306ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9306ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9306ca Color CSS Codes

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

#9306ca Text Font Color

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

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


#9306ca Background Color

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

This div background color is #9306ca


#9306ca Border Color

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

This div border color is #9306ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,6,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9306ca


Comments

No comments written yet.

Please login to write comment.