Color Hex Logo

#9c15dd Color Hex

#9C15DD
(156,21,221)
0 Favorites   0 Comments

Color spaces of #9c15dd

RGB 15621221
HSL0.780.830.47
HSV281°90°87°
CMYK 0.290.900.00   0.13
XYZ27.029612.824769.4574
Yxy12.82470.24730.1173
Hunter Lab35.811672.0566-89.9262
CIE-Lab42.497976.6578-71.3084

#9c15dd color RGB value is (156,21,221).

#9c15dd hex color red value is 156, green value is 21 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9c15dd hue: 0.78 , saturation: 0.83 and the lightness value of 9c15dd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00010101 11011101
Octal 234 25 335
Decimal 156 21 221
Hex 9C 15 DD

RGB Percentages of Color #9c15dd

%39.20
%5.28
%55.53

CMYK Percentages of Color #9c15dd

%29
%90
%0
%13

Triadic Colors of #9c15dd

#9c15dd #dd9c15 #15dd9c

Analogous Colors of #9c15dd

#9c15dd #dd15ba #3815dd

Monochromatic Colors of #9c15dd

#9c15dd

Complementary Color

#9c15dd #56dd15

#9c15dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c15dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c15dd Color CSS Codes

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

#9c15dd Text Font Color

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

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


#9c15dd Background Color

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

This div background color is #9c15dd


#9c15dd Border Color

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

This div border color is #9c15dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c15dd


Comments

No comments written yet.

Please login to write comment.