Color Hex Logo

#9c01db Color Hex

#9C01DB
(156,1,219)
0 Favorites   0 Comments

Color spaces of #9c01db

RGB 1561219
HSL0.790.990.43
HSV283°100°86°
CMYK 0.291.000.00   0.14
XYZ26.507312.204167.9764
Yxy12.20410.24850.1144
Hunter Lab34.934474.3061-90.9143
CIE-Lab41.538778.6608-71.7297

#9c01db color RGB value is (156,1,219).

#9c01db hex color red value is 156, green value is 1 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9c01db hue: 0.79 , saturation: 0.99 and the lightness value of 9c01db is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00000001 11011011
Octal 234 1 333
Decimal 156 1 219
Hex 9C 1 DB

RGB Percentages of Color #9c01db

%41.49
%0.27
%58.24

CMYK Percentages of Color #9c01db

%29
%100
%0
%14

Triadic Colors of #9c01db

#9c01db #db9c01 #01db9c

Analogous Colors of #9c01db

#9c01db #db01ad #2f01db

Monochromatic Colors of #9c01db

#9c01db

Complementary Color

#9c01db #40db01

#9c01db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c01db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c01db Color CSS Codes

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

#9c01db Text Font Color

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

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


#9c01db Background Color

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

This div background color is #9c01db


#9c01db Border Color

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

This div border color is #9c01db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c01db


Comments

No comments written yet.

Please login to write comment.