Color Hex Logo

#9c3cdf Color Hex

#9C3CDF
(156,60,223)
0 Favorites   0 Comments

Color spaces of #9c3cdf

RGB 15660223
HSL0.760.720.55
HSV275°73°87°
CMYK 0.300.730.00   0.13
XYZ28.645415.627471.3186
Yxy15.62740.24780.1352
Hunter Lab39.531560.1649-79.2927
CIE-Lab46.481865.9113-65.9639

#9c3cdf color RGB value is (156,60,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00111100 11011111
Octal 234 74 337
Decimal 156 60 223
Hex 9C 3C DF

RGB Percentages of Color #9c3cdf

%35.54
%13.67
%50.80

CMYK Percentages of Color #9c3cdf

%30
%73
%0
%13

Triadic Colors of #9c3cdf

#9c3cdf #df9c3c #3cdf9c

Analogous Colors of #9c3cdf

#9c3cdf #df3cd1 #4b3cdf

Monochromatic Colors of #9c3cdf

#9c3cdf

Complementary Color

#9c3cdf #7fdf3c

#9c3cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c3cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c3cdf Color CSS Codes

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

#9c3cdf Text Font Color

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

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


#9c3cdf Background Color

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

This div background color is #9c3cdf


#9c3cdf Border Color

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

This div border color is #9c3cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c3cdf


Comments

No comments written yet.

Please login to write comment.