Color Hex Logo

#9c256d Color Hex

#9C256D
(156,37,109)
0 Favorites   0 Comments

Color spaces of #9c256d

RGB 15637109
HSL0.900.620.38
HSV324°76°61°
CMYK 0.000.760.30   0.39
XYZ17.13229.495215.3978
Yxy9.49520.40770.2259
Hunter Lab30.814345.3179-8.0570
CIE-Lab36.920854.3346-12.9562

#9c256d color RGB value is (156,37,109).

#9c256d hex color red value is 156, green value is 37 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #9c256d hue: 0.90 , saturation: 0.62 and the lightness value of 9c256d is 0.38.

The process color (four color CMYK) of #9c256d color hex is 0.00, 0.76, 0.30, 0.39. Web safe color of #9c256d is #993366. Color #9c256d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00100101 01101101
Octal 234 45 155
Decimal 156 37 109
Hex 9C 25 6D

RGB Percentages of Color #9c256d

%51.66
%12.25
%36.09

CMYK Percentages of Color #9c256d

%0
%76
%30
%39

Triadic Colors of #9c256d

#9c256d #6d9c25 #256d9c

Analogous Colors of #9c256d

#9c256d #9c2531 #90259c

Monochromatic Colors of #9c256d

#9c256d

Complementary Color

#9c256d #259c54

#9c256d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c256d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c256d Color CSS Codes

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

#9c256d Text Font Color

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

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


#9c256d Background Color

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

This div background color is #9c256d


#9c256d Border Color

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

This div border color is #9c256d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c256d


Comments

No comments written yet.

Please login to write comment.