Color Hex Logo

#9c14fb Color Hex

#9C14FB
(156,20,251)
0 Favorites   0 Comments

Color spaces of #9c14fb

RGB 15620251
HSL0.760.970.53
HSV275°92°98°
CMYK 0.380.920.00   0.02
XYZ31.373014.533392.4184
Yxy14.53330.22680.1051
Hunter Lab38.122680.1822-117.0476
CIE-Lab44.988282.6683-84.2113

#9c14fb color RGB value is (156,20,251).

#9c14fb hex color red value is 156, green value is 20 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9c14fb hue: 0.76 , saturation: 0.97 and the lightness value of 9c14fb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00010100 11111011
Octal 234 24 373
Decimal 156 20 251
Hex 9C 14 FB

RGB Percentages of Color #9c14fb

%36.53
%4.68
%58.78

CMYK Percentages of Color #9c14fb

%38
%92
%0
%2

Triadic Colors of #9c14fb

#9c14fb #fb9c14 #14fb9c

Analogous Colors of #9c14fb

#9c14fb #fb14e7 #2914fb

Monochromatic Colors of #9c14fb

#9c14fb

Complementary Color

#9c14fb #73fb14

#9c14fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c14fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c14fb Color CSS Codes

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

#9c14fb Text Font Color

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

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


#9c14fb Background Color

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

This div background color is #9c14fb


#9c14fb Border Color

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

This div border color is #9c14fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,20,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c14fb


Comments

No comments written yet.

Please login to write comment.