Color Hex Logo

#990571 Color Hex

#990571
(153,5,113)
0 Favorites   0 Comments

Color spaces of #990571

RGB 1535113
HSL0.880.940.31
HSV316°97°60°
CMYK 0.000.970.26   0.40
XYZ16.17188.073116.3287
Yxy8.07310.39860.1990
Hunter Lab28.413251.8729-14.1840
CIE-Lab34.134760.9641-19.8186

#990571 color RGB value is (153,5,113).

#990571 hex color red value is 153, green value is 5 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #990571 hue: 0.88 , saturation: 0.94 and the lightness value of 990571 is 0.31.

The process color (four color CMYK) of #990571 color hex is 0.00, 0.97, 0.26, 0.40. Web safe color of #990571 is #990066. Color #990571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000101 01110001
Octal 231 5 161
Decimal 153 5 113
Hex 99 5 71

RGB Percentages of Color #990571

%56.46
%1.85
%41.70

CMYK Percentages of Color #990571

%0
%97
%26
%40

Triadic Colors of #990571

#990571 #719905 #057199

Analogous Colors of #990571

#990571 #990527 #770599

Monochromatic Colors of #990571

#990571

Complementary Color

#990571 #05992d

#990571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990571 Color CSS Codes

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

#990571 Text Font Color

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

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


#990571 Background Color

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

This div background color is #990571


#990571 Border Color

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

This div border color is #990571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990571


Comments

No comments written yet.

Please login to write comment.