Color Hex Logo

#9c278d Color Hex

#9C278D
(156,39,141)
0 Favorites   0 Comments

Color spaces of #9c278d

RGB 15639141
HSL0.850.600.38
HSV308°75°61°
CMYK 0.000.750.10   0.39
XYZ19.243510.442026.2006
Yxy10.44200.34430.1868
Hunter Lab32.314149.7497-25.4531
CIE-Lab38.624358.1476-30.2183

#9c278d color RGB value is (156,39,141).

#9c278d hex color red value is 156, green value is 39 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9c278d hue: 0.85 , saturation: 0.60 and the lightness value of 9c278d is 0.38.

The process color (four color CMYK) of #9c278d color hex is 0.00, 0.75, 0.10, 0.39. Web safe color of #9c278d is #993399. Color #9c278d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00100111 10001101
Octal 234 47 215
Decimal 156 39 141
Hex 9C 27 8D

RGB Percentages of Color #9c278d

%46.43
%11.61
%41.96

CMYK Percentages of Color #9c278d

%0
%75
%10
%39

Triadic Colors of #9c278d

#9c278d #8d9c27 #278d9c

Analogous Colors of #9c278d

#9c278d #9c2752 #71279c

Monochromatic Colors of #9c278d

#9c278d

Complementary Color

#9c278d #279c36

#9c278d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c278d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c278d Color CSS Codes

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

#9c278d Text Font Color

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

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


#9c278d Background Color

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

This div background color is #9c278d


#9c278d Border Color

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

This div border color is #9c278d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c278d


Comments

No comments written yet.

Please login to write comment.