Color Hex Logo

#950d1e Color Hex

#950D1E
(149,13,30)
0 Favorites   0 Comments

Color spaces of #950d1e

RGB 1491330
HSL0.980.840.32
HSV353°91°58°
CMYK 0.000.910.80   0.42
XYZ12.77276.77111.8621
Yxy6.77110.59670.3163
Hunter Lab26.021342.080313.9721
CIE-Lab31.280052.311829.9892

#950d1e color RGB value is (149,13,30).

#950d1e hex color red value is 149, green value is 13 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #950d1e hue: 0.98 , saturation: 0.84 and the lightness value of 950d1e is 0.32.

The process color (four color CMYK) of #950d1e color hex is 0.00, 0.91, 0.80, 0.42. Web safe color of #950d1e is #990033. Color #950d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001101 00011110
Octal 225 15 36
Decimal 149 13 30
Hex 95 D 1E

RGB Percentages of Color #950d1e

%77.60
%6.77
%15.63

CMYK Percentages of Color #950d1e

%0
%91
%80
%42

Triadic Colors of #950d1e

#950d1e #1e950d #0d1e95

Analogous Colors of #950d1e

#950d1e #95400d #950d62

Monochromatic Colors of #950d1e

#950d1e

Complementary Color

#950d1e #0d9584

#950d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#950d1e Color CSS Codes

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

#950d1e Text Font Color

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

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


#950d1e Background Color

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

This div background color is #950d1e


#950d1e Border Color

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

This div border color is #950d1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950d1e


Comments

No comments written yet.

Please login to write comment.