Color Hex Logo

#9c03db Color Hex

#9C03DB
(156,3,219)
0 Favorites   0 Comments

Color spaces of #9c03db

RGB 1563219
HSL0.780.970.44
HSV283°99°86°
CMYK 0.290.990.00   0.14
XYZ26.529012.247567.9836
Yxy12.24750.24850.1147
Hunter Lab34.996474.0680-90.6785
CIE-Lab41.606878.4563-71.6183

#9c03db color RGB value is (156,3,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00000011 11011011
Octal 234 3 333
Decimal 156 3 219
Hex 9C 3 DB

RGB Percentages of Color #9c03db

%41.27
%0.79
%57.94

CMYK Percentages of Color #9c03db

%29
%99
%0
%14

Triadic Colors of #9c03db

#9c03db #db9c03 #03db9c

Analogous Colors of #9c03db

#9c03db #db03ae #3003db

Monochromatic Colors of #9c03db

#9c03db

Complementary Color

#9c03db #42db03

#9c03db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c03db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c03db Color CSS Codes

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

#9c03db Text Font Color

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

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


#9c03db Background Color

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

This div background color is #9c03db


#9c03db Border Color

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

This div border color is #9c03db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c03db


Comments

No comments written yet.

Please login to write comment.