Color Hex Logo

#9c6bdc Color Hex

#9C6BDC
(156,107,220)
0 Favorites   0 Comments

Color spaces of #9c6bdc

RGB 156107220
HSL0.740.620.64
HSV266°51°86°
CMYK 0.290.510.00   0.14
XYZ31.886322.750670.4209
Yxy22.75060.25500.1819
Hunter Lab47.697635.8582-54.1477
CIE-Lab54.814542.1880-50.8653

#9c6bdc color RGB value is (156,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01101011 11011100
Octal 234 153 334
Decimal 156 107 220
Hex 9C 6B DC

RGB Percentages of Color #9c6bdc

%32.30
%22.15
%45.55

CMYK Percentages of Color #9c6bdc

%29
%51
%0
%14

Triadic Colors of #9c6bdc

#9c6bdc #dc9c6b #6bdc9c

Analogous Colors of #9c6bdc

#9c6bdc #d56bdc #6b73dc

Monochromatic Colors of #9c6bdc

#9c6bdc

Complementary Color

#9c6bdc #abdc6b

#9c6bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c6bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c6bdc Color CSS Codes

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

#9c6bdc Text Font Color

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

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


#9c6bdc Background Color

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

This div background color is #9c6bdc


#9c6bdc Border Color

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

This div border color is #9c6bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c6bdc


Comments

No comments written yet.

Please login to write comment.