Color Hex Logo

#990197 Color Hex

#990197
(153,1,151)
0 Favorites   0 Comments

Color spaces of #990197

RGB 1531151
HSL0.840.990.30
HSV301°99°60°
CMYK 0.000.990.01   0.40
XYZ18.73369.028430.0334
Yxy9.02840.32410.1562
Hunter Lab30.047358.7067-38.2295
CIE-Lab36.038966.6751-40.4679

#990197 color RGB value is (153,1,151).

#990197 hex color red value is 153, green value is 1 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #990197 hue: 0.84 , saturation: 0.99 and the lightness value of 990197 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000001 10010111
Octal 231 1 227
Decimal 153 1 151
Hex 99 1 97

RGB Percentages of Color #990197

%50.16
%0.33
%49.51

CMYK Percentages of Color #990197

%0
%99
%1
%40

Triadic Colors of #990197

#990197 #979901 #019799

Analogous Colors of #990197

#990197 #99014b #4f0199

Monochromatic Colors of #990197

#990197

Complementary Color

#990197 #019903

#990197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990197 Color CSS Codes

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

#990197 Text Font Color

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

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


#990197 Background Color

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

This div background color is #990197


#990197 Border Color

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

This div border color is #990197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990197


Comments

No comments written yet.

Please login to write comment.