Color Hex Logo

#992332 Color Hex

#992332
(153,35,50)
0 Favorites   0 Comments

Color spaces of #992332

RGB 1533550
HSL0.980.630.37
HSV352°77°60°
CMYK 0.000.770.67   0.40
XYZ14.31368.20473.8469
Yxy8.20470.54290.3112
Hunter Lab28.643839.071412.0880
CIE-Lab34.405648.749921.2796

#992332 color RGB value is (153,35,50).

#992332 hex color red value is 153, green value is 35 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #992332 hue: 0.98 , saturation: 0.63 and the lightness value of 992332 is 0.37.

The process color (four color CMYK) of #992332 color hex is 0.00, 0.77, 0.67, 0.40. Web safe color of #992332 is #993333. Color #992332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100011 00110010
Octal 231 43 62
Decimal 153 35 50
Hex 99 23 32

RGB Percentages of Color #992332

%64.29
%14.71
%21.01

CMYK Percentages of Color #992332

%0
%77
%67
%40

Triadic Colors of #992332

#992332 #329923 #233299

Analogous Colors of #992332

#992332 #994f23 #99236d

Monochromatic Colors of #992332

#992332

Complementary Color

#992332 #23998a

#992332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992332 Color CSS Codes

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

#992332 Text Font Color

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

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


#992332 Background Color

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

This div background color is #992332


#992332 Border Color

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

This div border color is #992332


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,35,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 #992332">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992332


Comments

No comments written yet.

Please login to write comment.