Color Hex Logo

#9c3cdc Color Hex

#9C3CDC
(156,60,220)
0 Favorites   0 Comments

Color spaces of #9c3cdc

RGB 15660220
HSL0.770.700.55
HSV276°73°86°
CMYK 0.290.730.00   0.14
XYZ28.244415.466969.2069
Yxy15.46690.25010.1370
Hunter Lab39.328059.3704-76.8052
CIE-Lab46.267265.2649-64.6024

#9c3cdc color RGB value is (156,60,220).

#9c3cdc hex color red value is 156, green value is 60 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9c3cdc hue: 0.77 , saturation: 0.70 and the lightness value of 9c3cdc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00111100 11011100
Octal 234 74 334
Decimal 156 60 220
Hex 9C 3C DC

RGB Percentages of Color #9c3cdc

%35.78
%13.76
%50.46

CMYK Percentages of Color #9c3cdc

%29
%73
%0
%14

Triadic Colors of #9c3cdc

#9c3cdc #dc9c3c #3cdc9c

Analogous Colors of #9c3cdc

#9c3cdc #dc3ccc #4c3cdc

Monochromatic Colors of #9c3cdc

#9c3cdc

Complementary Color

#9c3cdc #7cdc3c

#9c3cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c3cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c3cdc Color CSS Codes

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

#9c3cdc Text Font Color

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

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


#9c3cdc Background Color

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

This div background color is #9c3cdc


#9c3cdc Border Color

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

This div border color is #9c3cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c3cdc


Comments

No comments written yet.

Please login to write comment.