Color Hex Logo

#95292e Color Hex

#95292E
(149,41,46)
0 Favorites   0 Comments

Color spaces of #95292e

RGB 1494146
HSL0.990.570.37
HSV357°72°58°
CMYK 0.000.720.69   0.42
XYZ13.68058.17273.4412
Yxy8.17270.54090.3231
Hunter Lab28.587935.390712.8747
CIE-Lab34.340045.051423.5597

#95292e color RGB value is (149,41,46).

#95292e hex color red value is 149, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #95292e hue: 0.99 , saturation: 0.57 and the lightness value of 95292e is 0.37.

The process color (four color CMYK) of #95292e color hex is 0.00, 0.72, 0.69, 0.42. Web safe color of #95292e is #993333. Color #95292e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101001 00101110
Octal 225 51 56
Decimal 149 41 46
Hex 95 29 2E

RGB Percentages of Color #95292e

%63.14
%17.37
%19.49

CMYK Percentages of Color #95292e

%0
%72
%69
%42

Triadic Colors of #95292e

#95292e #2e9529 #292e95

Analogous Colors of #95292e

#95292e #955a29 #952964

Monochromatic Colors of #95292e

#95292e

Complementary Color

#95292e #299590

#95292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95292e Color CSS Codes

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

#95292e Text Font Color

<p style="color:#95292e">Text here</p>

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


#95292e Background Color

<div style="background-color:#95292e">
Div content here</div>

This div background color is #95292e


#95292e Border Color

<div style="border:3px solid #95292e">
Div here</div>

This div border color is #95292e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,41,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 #95292e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95292e


Comments

No comments written yet.

Please login to write comment.