Color Hex Logo

#950032 Color Hex

#950032
(149,0,50)
0 Favorites   0 Comments

Color spaces of #950032

RGB 149050
HSL0.941.000.29
HSV340°100°58°
CMYK 0.001.000.66   0.42
XYZ12.97016.61993.6118
Yxy6.61990.55900.2853
Hunter Lab25.729244.95609.6874
CIE-Lab30.925555.152816.6444

#950032 color RGB value is (149,0,50).

#950032 hex color red value is 149, green value is 0 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #950032 hue: 0.94 , saturation: 1.00 and the lightness value of 950032 is 0.29.

The process color (four color CMYK) of #950032 color hex is 0.00, 1.00, 0.66, 0.42. Web safe color of #950032 is #990033. Color #950032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000000 00110010
Octal 225 0 62
Decimal 149 0 50
Hex 95 0 32

RGB Percentages of Color #950032

%74.87
%0.00
%25.13

CMYK Percentages of Color #950032

%0
%100
%66
%42

Triadic Colors of #950032

#950032 #329500 #003295

Analogous Colors of #950032

#950032 #951900 #95007d

Monochromatic Colors of #950032

#950032

Complementary Color

#950032 #009563

#950032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950032 Color CSS Codes

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

#950032 Text Font Color

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

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


#950032 Background Color

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

This div background color is #950032


#950032 Border Color

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

This div border color is #950032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950032


Comments

No comments written yet.

Please login to write comment.