Color Hex Logo

#990107 Color Hex

#990107
(153,1,7)
0 Favorites   0 Comments

Color spaces of #990107

RGB 15317
HSL0.990.990.30
HSV358°99°60°
CMYK 0.000.990.95   0.40
XYZ13.18616.80940.8204
Yxy6.80940.63350.3271
Hunter Lab26.094844.532716.4023
CIE-Lab31.369054.662042.3500

#990107 color RGB value is (153,1,7).

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

The process color (four color CMYK) of #990107 color hex is 0.00, 0.99, 0.95, 0.40. Web safe color of #990107 is #990000. Color #990107 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000001 00000111
Octal 231 1 7
Decimal 153 1 7
Hex 99 1 7

RGB Percentages of Color #990107

%95.03
%0.62
%4.35

CMYK Percentages of Color #990107

%0
%99
%95
%40

Triadic Colors of #990107

#990107 #079901 #010799

Analogous Colors of #990107

#990107 #994701 #990153

Monochromatic Colors of #990107

#990107

Complementary Color

#990107 #019993

#990107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990107 Color CSS Codes

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

#990107 Text Font Color

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

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


#990107 Background Color

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

This div background color is #990107


#990107 Border Color

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

This div border color is #990107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990107


Comments

No comments written yet.

Please login to write comment.