Color Hex Logo

#9c3bda Color Hex

#9C3BDA
(156,59,218)
0 Favorites   0 Comments

Color spaces of #9c3bda

RGB 15659218
HSL0.770.680.54
HSV277°73°85°
CMYK 0.280.730.00   0.15
XYZ27.929215.257867.8027
Yxy15.25780.25160.1375
Hunter Lab39.061259.2722-75.5730
CIE-Lab45.985365.2340-63.9174

#9c3bda color RGB value is (156,59,218).

#9c3bda hex color red value is 156, green value is 59 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9c3bda hue: 0.77 , saturation: 0.68 and the lightness value of 9c3bda is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00111011 11011010
Octal 234 73 332
Decimal 156 59 218
Hex 9C 3B DA

RGB Percentages of Color #9c3bda

%36.03
%13.63
%50.35

CMYK Percentages of Color #9c3bda

%28
%73
%0
%15

Triadic Colors of #9c3bda

#9c3bda #da9c3b #3bda9c

Analogous Colors of #9c3bda

#9c3bda #da3bc9 #4d3bda

Monochromatic Colors of #9c3bda

#9c3bda

Complementary Color

#9c3bda #79da3b

#9c3bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c3bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c3bda Color CSS Codes

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

#9c3bda Text Font Color

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

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


#9c3bda Background Color

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

This div background color is #9c3bda


#9c3bda Border Color

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

This div border color is #9c3bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c3bda


Comments

No comments written yet.

Please login to write comment.