Color Hex Logo

#9c11fa Color Hex

#9C11FA
(156,17,250)
0 Favorites   0 Comments

Color spaces of #9c11fa

RGB 15617250
HSL0.770.960.52
HSV276°93°98°
CMYK 0.380.930.00   0.02
XYZ31.166114.370991.5737
Yxy14.37090.22730.1048
Hunter Lab37.909080.4095-116.6859
CIE-Lab44.760282.8899-84.0257

#9c11fa color RGB value is (156,17,250).

#9c11fa hex color red value is 156, green value is 17 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9c11fa hue: 0.77 , saturation: 0.96 and the lightness value of 9c11fa is 0.52.

The process color (four color CMYK) of #9c11fa color hex is 0.38, 0.93, 0.00, 0.02. Web safe color of #9c11fa is #9900ff. Color #9c11fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00010001 11111010
Octal 234 21 372
Decimal 156 17 250
Hex 9C 11 FA

RGB Percentages of Color #9c11fa

%36.88
%4.02
%59.10

CMYK Percentages of Color #9c11fa

%38
%93
%0
%2

Triadic Colors of #9c11fa

#9c11fa #fa9c11 #11fa9c

Analogous Colors of #9c11fa

#9c11fa #fa11e4 #2711fa

Monochromatic Colors of #9c11fa

#9c11fa

Complementary Color

#9c11fa #6ffa11

#9c11fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c11fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c11fa Color CSS Codes

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

#9c11fa Text Font Color

<p style="color:#9c11fa">Text here</p>

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


#9c11fa Background Color

<div style="background-color:#9c11fa">
Div content here</div>

This div background color is #9c11fa


#9c11fa Border Color

<div style="border:3px solid #9c11fa">
Div here</div>

This div border color is #9c11fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,17,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c11fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c11fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9c11fa;
  box-shadow:         1px 1px 3px 2px #9c11fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,17,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 #9c11fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c11fa


Comments

No comments written yet.

Please login to write comment.