Color Hex Logo

#990280 Color Hex

#990280
(153,2,128)
0 Favorites   0 Comments

Color spaces of #990280

RGB 1532128
HSL0.860.970.30
HSV310°99°60°
CMYK 0.000.990.16   0.40
XYZ17.05498.374221.1396
Yxy8.37420.36620.1798
Hunter Lab28.938254.5581-23.0551
CIE-Lab34.750463.2644-28.3084

#990280 color RGB value is (153,2,128).

#990280 hex color red value is 153, green value is 2 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #990280 hue: 0.86 , saturation: 0.97 and the lightness value of 990280 is 0.30.

The process color (four color CMYK) of #990280 color hex is 0.00, 0.99, 0.16, 0.40. Web safe color of #990280 is #990099. Color #990280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000010 10000000
Octal 231 2 200
Decimal 153 2 128
Hex 99 2 80

RGB Percentages of Color #990280

%54.06
%0.71
%45.23

CMYK Percentages of Color #990280

%0
%99
%16
%40

Triadic Colors of #990280

#990280 #809902 #028099

Analogous Colors of #990280

#990280 #990235 #670299

Monochromatic Colors of #990280

#990280

Complementary Color

#990280 #02991b

#990280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990280 Color CSS Codes

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

#990280 Text Font Color

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

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


#990280 Background Color

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

This div background color is #990280


#990280 Border Color

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

This div border color is #990280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990280


Comments

No comments written yet.

Please login to write comment.