Color Hex Logo

#9c41cd Color Hex

#9C41CD
(156,65,205)
0 Favorites   0 Comments

Color spaces of #9c41cd

RGB 15665205
HSL0.780.580.53
HSV279°68°80°
CMYK 0.240.680.00   0.20
XYZ26.620015.256359.2993
Yxy15.25630.26310.1508
Hunter Lab39.059353.2989-62.6717
CIE-Lab45.983359.9654-56.4600

#9c41cd color RGB value is (156,65,205).

#9c41cd hex color red value is 156, green value is 65 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9c41cd hue: 0.78 , saturation: 0.58 and the lightness value of 9c41cd is 0.53.

The process color (four color CMYK) of #9c41cd color hex is 0.24, 0.68, 0.00, 0.20. Web safe color of #9c41cd is #9933cc. Color #9c41cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01000001 11001101
Octal 234 101 315
Decimal 156 65 205
Hex 9C 41 CD

RGB Percentages of Color #9c41cd

%36.62
%15.26
%48.12

CMYK Percentages of Color #9c41cd

%24
%68
%0
%20

Triadic Colors of #9c41cd

#9c41cd #cd9c41 #41cd9c

Analogous Colors of #9c41cd

#9c41cd #cd41b8 #5641cd

Monochromatic Colors of #9c41cd

#9c41cd

Complementary Color

#9c41cd #72cd41

#9c41cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c41cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c41cd Color CSS Codes

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

#9c41cd Text Font Color

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

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


#9c41cd Background Color

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

This div background color is #9c41cd


#9c41cd Border Color

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

This div border color is #9c41cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c41cd


Comments

No comments written yet.

Please login to write comment.