Color Hex Logo

#990297 Color Hex

#990297
(153,2,151)
0 Favorites   0 Comments

Color spaces of #990297

RGB 1532151
HSL0.840.970.30
HSV301°99°60°
CMYK 0.000.990.01   0.40
XYZ18.74459.050130.0371
Yxy9.05010.32410.1565
Hunter Lab30.083458.5747-38.1404
CIE-Lab36.080666.5519-40.4014

#990297 color RGB value is (153,2,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000010 10010111
Octal 231 2 227
Decimal 153 2 151
Hex 99 2 97

RGB Percentages of Color #990297

%50.00
%0.65
%49.35

CMYK Percentages of Color #990297

%0
%99
%1
%40

Triadic Colors of #990297

#990297 #979902 #029799

Analogous Colors of #990297

#990297 #99024b #500299

Monochromatic Colors of #990297

#990297

Complementary Color

#990297 #029904

#990297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990297 Color CSS Codes

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

#990297 Text Font Color

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

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


#990297 Background Color

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

This div background color is #990297


#990297 Border Color

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

This div border color is #990297


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,2,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 #990297">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990297


Comments

No comments written yet.

Please login to write comment.