Color Hex Logo

#990518 Color Hex

#990518
(153,5,24)
0 Favorites   0 Comments

Color spaces of #990518

RGB 153524
HSL0.980.940.31
HSV352°97°60°
CMYK 0.000.970.84   0.40
XYZ13.35606.94681.5011
Yxy6.94680.61260.3186
Hunter Lab26.356844.328515.0730
CIE-Lab31.685554.404834.2600

#990518 color RGB value is (153,5,24).

#990518 hex color red value is 153, green value is 5 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #990518 hue: 0.98 , saturation: 0.94 and the lightness value of 990518 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000101 00011000
Octal 231 5 30
Decimal 153 5 24
Hex 99 5 18

RGB Percentages of Color #990518

%84.07
%2.75
%13.19

CMYK Percentages of Color #990518

%0
%97
%84
%40

Triadic Colors of #990518

#990518 #189905 #051899

Analogous Colors of #990518

#990518 #993c05 #990562

Monochromatic Colors of #990518

#990518

Complementary Color

#990518 #059986

#990518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990518 Color CSS Codes

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

#990518 Text Font Color

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

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


#990518 Background Color

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

This div background color is #990518


#990518 Border Color

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

This div border color is #990518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990518


Comments

No comments written yet.

Please login to write comment.