Color Hex Logo

#9c2383 Color Hex

#9C2383
(156,35,131)
0 Favorites   0 Comments

Color spaces of #9c2383

RGB 15635131
HSL0.870.630.37
HSV312°78°61°
CMYK 0.000.780.16   0.39
XYZ18.40819.908722.4151
Yxy9.90870.36290.1953
Hunter Lab31.478149.2985-20.1849
CIE-Lab37.678157.9146-25.5444

#9c2383 color RGB value is (156,35,131).

#9c2383 hex color red value is 156, green value is 35 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #9c2383 hue: 0.87 , saturation: 0.63 and the lightness value of 9c2383 is 0.37.

The process color (four color CMYK) of #9c2383 color hex is 0.00, 0.78, 0.16, 0.39. Web safe color of #9c2383 is #993399. Color #9c2383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00100011 10000011
Octal 234 43 203
Decimal 156 35 131
Hex 9C 23 83

RGB Percentages of Color #9c2383

%48.45
%10.87
%40.68

CMYK Percentages of Color #9c2383

%0
%78
%16
%39

Triadic Colors of #9c2383

#9c2383 #839c23 #23839c

Analogous Colors of #9c2383

#9c2383 #9c2347 #79239c

Monochromatic Colors of #9c2383

#9c2383

Complementary Color

#9c2383 #239c3c

#9c2383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c2383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c2383 Color CSS Codes

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

#9c2383 Text Font Color

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

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


#9c2383 Background Color

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

This div background color is #9c2383


#9c2383 Border Color

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

This div border color is #9c2383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c2383


Comments

No comments written yet.

Please login to write comment.