Color Hex Logo

#951d26 Color Hex

#951D26
(149,29,38)
0 Favorites   0 Comments

Color spaces of #951d26

RGB 1492938
HSL0.990.670.35
HSV356°81°58°
CMYK 0.000.810.74   0.42
XYZ13.18367.40822.5688
Yxy7.40820.56920.3199
Hunter Lab27.218038.828613.4569
CIE-Lab32.718748.828126.6363

#951d26 color RGB value is (149,29,38).

#951d26 hex color red value is 149, green value is 29 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #951d26 hue: 0.99 , saturation: 0.67 and the lightness value of 951d26 is 0.35.

The process color (four color CMYK) of #951d26 color hex is 0.00, 0.81, 0.74, 0.42. Web safe color of #951d26 is #993333. Color #951d26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011101 00100110
Octal 225 35 46
Decimal 149 29 38
Hex 95 1D 26

RGB Percentages of Color #951d26

%68.98
%13.43
%17.59

CMYK Percentages of Color #951d26

%0
%81
%74
%42

Triadic Colors of #951d26

#951d26 #26951d #1d2695

Analogous Colors of #951d26

#951d26 #95501d #951d62

Monochromatic Colors of #951d26

#951d26

Complementary Color

#951d26 #1d958c

#951d26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951d26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951d26 Color CSS Codes

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

#951d26 Text Font Color

<p style="color:#951d26">Text here</p>

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


#951d26 Background Color

<div style="background-color:#951d26">
Div content here</div>

This div background color is #951d26


#951d26 Border Color

<div style="border:3px solid #951d26">
Div here</div>

This div border color is #951d26


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,29,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #951d26; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #951d26;
  -webkit-box-shadow: 1px 1px 3px 2px #951d26;
  box-shadow:         1px 1px 3px 2px #951d26; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951d26


Comments

No comments written yet.

Please login to write comment.