Color Hex Logo

#992d51 Color Hex

#992D51
(153,45,81)
0 Favorites   0 Comments

Color spaces of #992d51

RGB 1534581
HSL0.940.550.39
HSV340°71°60°
CMYK 0.000.710.47   0.40
XYZ15.56059.24328.7486
Yxy9.24320.46380.2755
Hunter Lab30.402638.15424.2207
CIE-Lab36.448447.45524.1259

#992d51 color RGB value is (153,45,81).

#992d51 hex color red value is 153, green value is 45 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #992d51 hue: 0.94 , saturation: 0.55 and the lightness value of 992d51 is 0.39.

The process color (four color CMYK) of #992d51 color hex is 0.00, 0.71, 0.47, 0.40. Web safe color of #992d51 is #993366. Color #992d51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101101 01010001
Octal 231 55 121
Decimal 153 45 81
Hex 99 2D 51

RGB Percentages of Color #992d51

%54.84
%16.13
%29.03

CMYK Percentages of Color #992d51

%0
%71
%47
%40

Triadic Colors of #992d51

#992d51 #51992d #2d5199

Analogous Colors of #992d51

#992d51 #993f2d #992d87

Monochromatic Colors of #992d51

#992d51

Complementary Color

#992d51 #2d9975

#992d51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992d51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992d51 Color CSS Codes

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

#992d51 Text Font Color

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

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


#992d51 Background Color

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

This div background color is #992d51


#992d51 Border Color

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

This div border color is #992d51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,45,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #992d51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #992d51;
  -webkit-box-shadow: 1px 1px 3px 2px #992d51;
  box-shadow:         1px 1px 3px 2px #992d51; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,45,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992d51


Comments

No comments written yet.

Please login to write comment.