Color Hex Logo

#9c6ffc Color Hex

#9C6FFC
(156,111,252)
0 Favorites   0 Comments

Color spaces of #9c6ffc

RGB 156111252
HSL0.720.960.71
HSV259°56°99°
CMYK 0.380.560.00   0.01
XYZ36.965425.465195.0624
Yxy25.46510.23470.1617
Hunter Lab50.463042.4456-76.3668
CIE-Lab57.525848.0472-64.3837

#9c6ffc color RGB value is (156,111,252).

#9c6ffc hex color red value is 156, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9c6ffc hue: 0.72 , saturation: 0.96 and the lightness value of 9c6ffc is 0.71.

The process color (four color CMYK) of #9c6ffc color hex is 0.38, 0.56, 0.00, 0.01. Web safe color of #9c6ffc is #9966ff. Color #9c6ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01101111 11111100
Octal 234 157 374
Decimal 156 111 252
Hex 9C 6F FC

RGB Percentages of Color #9c6ffc

%30.06
%21.39
%48.55

CMYK Percentages of Color #9c6ffc

%38
%56
%0
%1

Triadic Colors of #9c6ffc

#9c6ffc #fc9c6f #6ffc9c

Analogous Colors of #9c6ffc

#9c6ffc #e36ffc #6f89fc

Monochromatic Colors of #9c6ffc

#9c6ffc

Complementary Color

#9c6ffc #cffc6f

#9c6ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c6ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c6ffc Color CSS Codes

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

#9c6ffc Text Font Color

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

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


#9c6ffc Background Color

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

This div background color is #9c6ffc


#9c6ffc Border Color

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

This div border color is #9c6ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c6ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.