Color Hex Logo

#990470 Color Hex

#990470
(153,4,112)
0 Favorites   0 Comments

Color spaces of #990470

RGB 1534112
HSL0.880.950.31
HSV317°97°60°
CMYK 0.000.970.27   0.40
XYZ16.10498.029016.0302
Yxy8.02900.40100.1999
Hunter Lab28.335551.8660-13.7072
CIE-Lab34.043260.9757-19.3249

#990470 color RGB value is (153,4,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000100 01110000
Octal 231 4 160
Decimal 153 4 112
Hex 99 4 70

RGB Percentages of Color #990470

%56.88
%1.49
%41.64

CMYK Percentages of Color #990470

%0
%97
%27
%40

Triadic Colors of #990470

#990470 #709904 #047099

Analogous Colors of #990470

#990470 #990425 #780499

Monochromatic Colors of #990470

#990470

Complementary Color

#990470 #04992d

#990470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990470 Color CSS Codes

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

#990470 Text Font Color

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

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


#990470 Background Color

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

This div background color is #990470


#990470 Border Color

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

This div border color is #990470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990470


Comments

No comments written yet.

Please login to write comment.