Color Hex Logo

#951942 Color Hex

#951942
(149,25,66)
0 Favorites   0 Comments

Color spaces of #951942

RGB 1492566
HSL0.940.710.34
HSV340°83°58°
CMYK 0.000.830.56   0.42
XYZ13.72547.47825.8743
Yxy7.47820.50690.2762
Hunter Lab27.346341.73506.4062
CIE-Lab32.871751.66688.6893

#951942 color RGB value is (149,25,66).

#951942 hex color red value is 149, green value is 25 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #951942 hue: 0.94 , saturation: 0.71 and the lightness value of 951942 is 0.34.

The process color (four color CMYK) of #951942 color hex is 0.00, 0.83, 0.56, 0.42. Web safe color of #951942 is #990033. Color #951942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011001 01000010
Octal 225 31 102
Decimal 149 25 66
Hex 95 19 42

RGB Percentages of Color #951942

%62.08
%10.42
%27.50

CMYK Percentages of Color #951942

%0
%83
%56
%42

Triadic Colors of #951942

#951942 #429519 #194295

Analogous Colors of #951942

#951942 #952e19 #951980

Monochromatic Colors of #951942

#951942

Complementary Color

#951942 #19956c

#951942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951942 Color CSS Codes

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

#951942 Text Font Color

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

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


#951942 Background Color

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

This div background color is #951942


#951942 Border Color

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

This div border color is #951942


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,25,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #951942; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #951942;
  -webkit-box-shadow: 1px 1px 3px 2px #951942;
  box-shadow:         1px 1px 3px 2px #951942; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951942


Comments

No comments written yet.

Please login to write comment.