Color Hex Logo

#9c33bd Color Hex

#9C33BD
(156,51,189)
0 Favorites   0 Comments

Color spaces of #9c33bd

RGB 15651189
HSL0.790.580.47
HSV286°73°74°
CMYK 0.170.730.00   0.26
XYZ24.079413.109749.4054
Yxy13.10970.27810.1514
Hunter Lab36.207355.3472-55.5569
CIE-Lab42.928162.3773-52.0860

#9c33bd color RGB value is (156,51,189).

#9c33bd hex color red value is 156, green value is 51 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9c33bd hue: 0.79 , saturation: 0.58 and the lightness value of 9c33bd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00110011 10111101
Octal 234 63 275
Decimal 156 51 189
Hex 9C 33 BD

RGB Percentages of Color #9c33bd

%39.39
%12.88
%47.73

CMYK Percentages of Color #9c33bd

%17
%73
%0
%26

Triadic Colors of #9c33bd

#9c33bd #bd9c33 #33bd9c

Analogous Colors of #9c33bd

#9c33bd #bd3399 #5733bd

Monochromatic Colors of #9c33bd

#9c33bd

Complementary Color

#9c33bd #54bd33

#9c33bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c33bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c33bd Color CSS Codes

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

#9c33bd Text Font Color

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

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


#9c33bd Background Color

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

This div background color is #9c33bd


#9c33bd Border Color

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

This div border color is #9c33bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c33bd


Comments

No comments written yet.

Please login to write comment.