Color Hex Logo

#992561 Color Hex

#992561
(153,37,97)
0 Favorites   0 Comments

Color spaces of #992561

RGB 1533797
HSL0.910.610.37
HSV329°76°60°
CMYK 0.000.760.37   0.40
XYZ15.95618.958512.1974
Yxy8.95850.42990.2414
Hunter Lab29.930842.7796-3.2104
CIE-Lab35.904352.0992-6.9222

#992561 color RGB value is (153,37,97).

#992561 hex color red value is 153, green value is 37 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #992561 hue: 0.91 , saturation: 0.61 and the lightness value of 992561 is 0.37.

The process color (four color CMYK) of #992561 color hex is 0.00, 0.76, 0.37, 0.40. Web safe color of #992561 is #993366. Color #992561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100101 01100001
Octal 231 45 141
Decimal 153 37 97
Hex 99 25 61

RGB Percentages of Color #992561

%53.31
%12.89
%33.80

CMYK Percentages of Color #992561

%0
%76
%37
%40

Triadic Colors of #992561

#992561 #619925 #256199

Analogous Colors of #992561

#992561 #992527 #972599

Monochromatic Colors of #992561

#992561

Complementary Color

#992561 #25995d

#992561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992561 Color CSS Codes

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

#992561 Text Font Color

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

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


#992561 Background Color

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

This div background color is #992561


#992561 Border Color

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

This div border color is #992561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992561


Comments

No comments written yet.

Please login to write comment.