Color Hex Logo

#9c14bd Color Hex

#9C14BD
(156,20,189)
0 Favorites   0 Comments

Color spaces of #9c14bd

RGB 15620189
HSL0.800.810.41
HSV288°89°74°
CMYK 0.170.890.00   0.26
XYZ23.145811.242449.0942
Yxy11.24240.27730.1347
Hunter Lab33.529764.5430-63.3417
CIE-Lab39.985870.9168-56.8356

#9c14bd color RGB value is (156,20,189).

#9c14bd hex color red value is 156, green value is 20 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9c14bd hue: 0.80 , saturation: 0.81 and the lightness value of 9c14bd is 0.41.

The process color (four color CMYK) of #9c14bd color hex is 0.17, 0.89, 0.00, 0.26. Web safe color of #9c14bd is #9900cc. Color #9c14bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00010100 10111101
Octal 234 24 275
Decimal 156 20 189
Hex 9C 14 BD

RGB Percentages of Color #9c14bd

%42.74
%5.48
%51.78

CMYK Percentages of Color #9c14bd

%17
%89
%0
%26

Triadic Colors of #9c14bd

#9c14bd #bd9c14 #14bd9c

Analogous Colors of #9c14bd

#9c14bd #bd148a #4814bd

Monochromatic Colors of #9c14bd

#9c14bd

Complementary Color

#9c14bd #35bd14

#9c14bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c14bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c14bd Color CSS Codes

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

#9c14bd Text Font Color

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

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


#9c14bd Background Color

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

This div background color is #9c14bd


#9c14bd Border Color

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

This div border color is #9c14bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c14bd


Comments

No comments written yet.

Please login to write comment.