Color Hex Logo

#9c19db Color Hex

#9C19DB
(156,25,219)
0 Favorites   0 Comments

Color spaces of #9c19db

RGB 15625219
HSL0.780.800.48
HSV281°89°86°
CMYK 0.290.890.00   0.14
XYZ26.844112.877768.0886
Yxy12.87770.24900.1194
Hunter Lab35.885570.7270-87.3760
CIE-Lab42.578475.5570-70.0311

#9c19db color RGB value is (156,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00011001 11011011
Octal 234 31 333
Decimal 156 25 219
Hex 9C 19 DB

RGB Percentages of Color #9c19db

%39.00
%6.25
%54.75

CMYK Percentages of Color #9c19db

%29
%89
%0
%14

Triadic Colors of #9c19db

#9c19db #db9c19 #19db9c

Analogous Colors of #9c19db

#9c19db #db19b9 #3b19db

Monochromatic Colors of #9c19db

#9c19db

Complementary Color

#9c19db #58db19

#9c19db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c19db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c19db Color CSS Codes

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

#9c19db Text Font Color

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

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


#9c19db Background Color

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

This div background color is #9c19db


#9c19db Border Color

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

This div border color is #9c19db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c19db


Comments

No comments written yet.

Please login to write comment.