Color Hex Logo

#990476 Color Hex

#990476
(153,4,118)
0 Favorites   0 Comments

Color spaces of #990476

RGB 1534118
HSL0.870.950.31
HSV314°97°60°
CMYK 0.000.970.23   0.40
XYZ16.45038.167117.8489
Yxy8.16710.38740.1923
Hunter Lab28.578152.7374-17.0258
CIE-Lab34.328561.7100-22.6846

#990476 color RGB value is (153,4,118).

#990476 hex color red value is 153, green value is 4 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #990476 hue: 0.87 , saturation: 0.95 and the lightness value of 990476 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000100 01110110
Octal 231 4 166
Decimal 153 4 118
Hex 99 4 76

RGB Percentages of Color #990476

%55.64
%1.45
%42.91

CMYK Percentages of Color #990476

%0
%97
%23
%40

Triadic Colors of #990476

#990476 #769904 #047699

Analogous Colors of #990476

#990476 #99042b #720499

Monochromatic Colors of #990476

#990476

Complementary Color

#990476 #049927

#990476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990476 Color CSS Codes

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

#990476 Text Font Color

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

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


#990476 Background Color

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

This div background color is #990476


#990476 Border Color

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

This div border color is #990476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990476


Comments

No comments written yet.

Please login to write comment.