Color Hex Logo

#992088 Color Hex

#992088
(153,32,136)
0 Favorites   0 Comments

Color spaces of #992088

RGB 15332136
HSL0.860.650.36
HSV308°79°60°
CMYK 0.000.790.11   0.40
XYZ18.09739.582924.1884
Yxy9.58290.34890.1848
Hunter Lab30.956350.1792-24.6583
CIE-Lab37.083258.8415-29.6056

#992088 color RGB value is (153,32,136).

#992088 hex color red value is 153, green value is 32 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #992088 hue: 0.86 , saturation: 0.65 and the lightness value of 992088 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100000 10001000
Octal 231 40 210
Decimal 153 32 136
Hex 99 20 88

RGB Percentages of Color #992088

%47.66
%9.97
%42.37

CMYK Percentages of Color #992088

%0
%79
%11
%40

Triadic Colors of #992088

#992088 #889920 #208899

Analogous Colors of #992088

#992088 #99204b #6e2099

Monochromatic Colors of #992088

#992088

Complementary Color

#992088 #209931

#992088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992088 Color CSS Codes

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

#992088 Text Font Color

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

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


#992088 Background Color

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

This div background color is #992088


#992088 Border Color

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

This div border color is #992088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992088


Comments

No comments written yet.

Please login to write comment.