Color Hex Logo

#9c6adc Color Hex

#9C6ADC
(156,106,220)
0 Favorites   0 Comments

Color spaces of #9c6adc

RGB 156106220
HSL0.740.620.64
HSV266°52°86°
CMYK 0.290.520.00   0.14
XYZ31.782622.543370.3863
Yxy22.54330.25480.1808
Hunter Lab47.479836.3969-54.6585
CIE-Lab54.598842.7409-51.2089

#9c6adc color RGB value is (156,106,220).

#9c6adc hex color red value is 156, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9c6adc hue: 0.74 , saturation: 0.62 and the lightness value of 9c6adc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01101010 11011100
Octal 234 152 334
Decimal 156 106 220
Hex 9C 6A DC

RGB Percentages of Color #9c6adc

%32.37
%21.99
%45.64

CMYK Percentages of Color #9c6adc

%29
%52
%0
%14

Triadic Colors of #9c6adc

#9c6adc #dc9c6a #6adc9c

Analogous Colors of #9c6adc

#9c6adc #d56adc #6a71dc

Monochromatic Colors of #9c6adc

#9c6adc

Complementary Color

#9c6adc #aadc6a

#9c6adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c6adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c6adc Color CSS Codes

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

#9c6adc Text Font Color

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

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


#9c6adc Background Color

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

This div background color is #9c6adc


#9c6adc Border Color

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

This div border color is #9c6adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c6adc


Comments

No comments written yet.

Please login to write comment.