Color Hex Logo

#992299 Color Hex

#992299
(153,34,153)
1 Favorites   0 Comments

Color spaces of #992299

RGB 15334153
HSL0.830.640.37
HSV300°78°60°
CMYK 0.000.780.00   0.40
XYZ19.458710.216331.0833
Yxy10.21630.32030.1681
Hunter Lab31.962952.7337-35.2842
CIE-Lab38.227960.9468-38.1935

#992299 color RGB value is (153,34,153). This hex color code is also a web safe color which is equal to #929.

#992299 hex color red value is 153, green value is 34 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #992299 hue: 0.83 , saturation: 0.64 and the lightness value of 992299 is 0.37.

The process color (four color CMYK) of #992299 color hex is 0.00, 0.78, 0.00, 0.40. Web safe color of #992299 is #993399. Color #992299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100010 10011001
Octal 231 42 231
Decimal 153 34 153
Hex 99 22 99

RGB Percentages of Color #992299

%45.00
%10.00
%45.00

CMYK Percentages of Color #992299

%0
%78
%0
%40

Triadic Colors of #992299

#992299 #999922 #229999

Analogous Colors of #992299

#992299 #99225e #5d2299

Monochromatic Colors of #992299

#992299

Complementary Color

#992299 #229922

#992299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992299 Color CSS Codes

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

#992299 Text Font Color

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

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


#992299 Background Color

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

This div background color is #992299


#992299 Border Color

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

This div border color is #992299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992299


Comments

No comments written yet.

Please login to write comment.