Color Hex Logo

#990018 Color Hex

#990018
(153,0,24)
0 Favorites   0 Comments

Color spaces of #990018

RGB 153024
HSL0.971.000.30
HSV351°100°60°
CMYK 0.001.000.84   0.40
XYZ13.30176.83831.4830
Yxy6.83830.61520.3163
Hunter Lab26.150145.034214.9427
CIE-Lab31.435955.127834.0232

#990018 color RGB value is (153,0,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000000 00011000
Octal 231 0 30
Decimal 153 0 24
Hex 99 0 18

RGB Percentages of Color #990018

%86.44
%0.00
%13.56

CMYK Percentages of Color #990018

%0
%100
%84
%40

Triadic Colors of #990018

#990018 #189900 #001899

Analogous Colors of #990018

#990018 #993400 #990065

Monochromatic Colors of #990018

#990018

Complementary Color

#990018 #009981

#990018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990018 Color CSS Codes

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

#990018 Text Font Color

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

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


#990018 Background Color

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

This div background color is #990018


#990018 Border Color

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

This div border color is #990018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990018


Comments

No comments written yet.

Please login to write comment.