Color Hex Logo

#950c2e Color Hex

#950C2E
(149,12,46)
0 Favorites   0 Comments

Color spaces of #950c2e

RGB 1491246
HSL0.960.850.32
HSV345°92°58°
CMYK 0.000.920.69   0.42
XYZ13.01906.84983.2207
Yxy6.84980.56380.2967
Hunter Lab26.172142.991411.0244
CIE-Lab31.462553.161019.9790

#950c2e color RGB value is (149,12,46).

#950c2e hex color red value is 149, green value is 12 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #950c2e hue: 0.96 , saturation: 0.85 and the lightness value of 950c2e is 0.32.

The process color (four color CMYK) of #950c2e color hex is 0.00, 0.92, 0.69, 0.42. Web safe color of #950c2e is #990033. Color #950c2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001100 00101110
Octal 225 14 56
Decimal 149 12 46
Hex 95 C 2E

RGB Percentages of Color #950c2e

%71.98
%5.80
%22.22

CMYK Percentages of Color #950c2e

%0
%92
%69
%42

Triadic Colors of #950c2e

#950c2e #2e950c #0c2e95

Analogous Colors of #950c2e

#950c2e #952f0c #950c73

Monochromatic Colors of #950c2e

#950c2e

Complementary Color

#950c2e #0c9573

#950c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#950c2e Color CSS Codes

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

#950c2e Text Font Color

<p style="color:#950c2e">Text here</p>

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


#950c2e Background Color

<div style="background-color:#950c2e">
Div content here</div>

This div background color is #950c2e


#950c2e Border Color

<div style="border:3px solid #950c2e">
Div here</div>

This div border color is #950c2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,12,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950c2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950c2e;
  -webkit-box-shadow: 1px 1px 3px 2px #950c2e;
  box-shadow:         1px 1px 3px 2px #950c2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,12,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950c2e


Comments

No comments written yet.

Please login to write comment.