Color Hex Logo

#9c0bdb Color Hex

#9C0BDB
(156,11,219)
0 Favorites   0 Comments

Color spaces of #9c0bdb

RGB 15611219
HSL0.780.900.45
HSV282°95°86°
CMYK 0.290.950.00   0.14
XYZ26.616212.421768.0126
Yxy12.42170.24860.1160
Hunter Lab35.244473.1234-89.7432
CIE-Lab41.878677.6422-71.1739

#9c0bdb color RGB value is (156,11,219).

#9c0bdb hex color red value is 156, green value is 11 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9c0bdb hue: 0.78 , saturation: 0.90 and the lightness value of 9c0bdb is 0.45.

The process color (four color CMYK) of #9c0bdb color hex is 0.29, 0.95, 0.00, 0.14. Web safe color of #9c0bdb is #9900cc. Color #9c0bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00001011 11011011
Octal 234 13 333
Decimal 156 11 219
Hex 9C B DB

RGB Percentages of Color #9c0bdb

%40.41
%2.85
%56.74

CMYK Percentages of Color #9c0bdb

%29
%95
%0
%14

Triadic Colors of #9c0bdb

#9c0bdb #db9c0b #0bdb9c

Analogous Colors of #9c0bdb

#9c0bdb #db0bb2 #340bdb

Monochromatic Colors of #9c0bdb

#9c0bdb

Complementary Color

#9c0bdb #4adb0b

#9c0bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c0bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c0bdb Color CSS Codes

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

#9c0bdb Text Font Color

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

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


#9c0bdb Background Color

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

This div background color is #9c0bdb


#9c0bdb Border Color

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

This div border color is #9c0bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c0bdb


Comments

No comments written yet.

Please login to write comment.