Color Hex Logo

#992559 Color Hex

#992559
(153,37,89)
0 Favorites   0 Comments

Color spaces of #992559

RGB 1533789
HSL0.930.610.37
HSV333°76°60°
CMYK 0.000.760.42   0.40
XYZ15.60168.816710.3307
Yxy8.81670.44900.2537
Hunter Lab29.692941.82690.1570
CIE-Lab35.629051.2279-2.2038

#992559 color RGB value is (153,37,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100101 01011001
Octal 231 45 131
Decimal 153 37 89
Hex 99 25 59

RGB Percentages of Color #992559

%54.84
%13.26
%31.90

CMYK Percentages of Color #992559

%0
%76
%42
%40

Triadic Colors of #992559

#992559 #599925 #255999

Analogous Colors of #992559

#992559 #992b25 #992593

Monochromatic Colors of #992559

#992559

Complementary Color

#992559 #259965

#992559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992559 Color CSS Codes

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

#992559 Text Font Color

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

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


#992559 Background Color

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

This div background color is #992559


#992559 Border Color

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

This div border color is #992559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992559


Comments

No comments written yet.

Please login to write comment.