Color Hex Logo

#990015 Color Hex

#990015
(153,0,21)
0 Favorites   0 Comments

Color spaces of #990015

RGB 153021
HSL0.981.000.30
HSV352°100°60°
CMYK 0.001.000.86   0.40
XYZ13.27226.82641.3276
Yxy6.82640.61940.3186
Hunter Lab26.127444.951615.2765
CIE-Lab31.408455.054435.7060

#990015 color RGB value is (153,0,21).

#990015 hex color red value is 153, green value is 0 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #990015 hue: 0.98 , saturation: 1.00 and the lightness value of 990015 is 0.30.

The process color (four color CMYK) of #990015 color hex is 0.00, 1.00, 0.86, 0.40. Web safe color of #990015 is #990000. Color #990015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000000 00010101
Octal 231 0 25
Decimal 153 0 21
Hex 99 0 15

RGB Percentages of Color #990015

%87.93
%0.00
%12.07

CMYK Percentages of Color #990015

%0
%100
%86
%40

Triadic Colors of #990015

#990015 #159900 #001599

Analogous Colors of #990015

#990015 #993800 #990062

Monochromatic Colors of #990015

#990015

Complementary Color

#990015 #009984

#990015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990015 Color CSS Codes

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

#990015 Text Font Color

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

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


#990015 Background Color

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

This div background color is #990015


#990015 Border Color

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

This div border color is #990015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990015


Comments

No comments written yet.

Please login to write comment.