Color Hex Logo

#9c18bb Color Hex

#9C18BB
(156,24,187)
0 Favorites   0 Comments

Color spaces of #9c18bb

RGB 15624187
HSL0.800.770.41
HSV289°87°73°
CMYK 0.170.870.00   0.27
XYZ23.006611.309047.9840
Yxy11.30900.27950.1374
Hunter Lab33.628963.2672-61.0589
CIE-Lab40.096169.8140-55.4805

#9c18bb color RGB value is (156,24,187).

#9c18bb hex color red value is 156, green value is 24 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9c18bb hue: 0.80 , saturation: 0.77 and the lightness value of 9c18bb is 0.41.

The process color (four color CMYK) of #9c18bb color hex is 0.17, 0.87, 0.00, 0.27. Web safe color of #9c18bb is #9900cc. Color #9c18bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00011000 10111011
Octal 234 30 273
Decimal 156 24 187
Hex 9C 18 BB

RGB Percentages of Color #9c18bb

%42.51
%6.54
%50.95

CMYK Percentages of Color #9c18bb

%17
%87
%0
%27

Triadic Colors of #9c18bb

#9c18bb #bb9c18 #18bb9c

Analogous Colors of #9c18bb

#9c18bb #bb1889 #4b18bb

Monochromatic Colors of #9c18bb

#9c18bb

Complementary Color

#9c18bb #37bb18

#9c18bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c18bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c18bb Color CSS Codes

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

#9c18bb Text Font Color

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

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


#9c18bb Background Color

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

This div background color is #9c18bb


#9c18bb Border Color

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

This div border color is #9c18bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c18bb


Comments

No comments written yet.

Please login to write comment.