Color Hex Logo

#980e26 Color Hex

#980E26
(152,14,38)
0 Favorites   0 Comments

Color spaces of #980e26

RGB 1521438
HSL0.970.830.33
HSV350°91°60°
CMYK 0.000.910.75   0.40
XYZ13.45587.12942.5006
Yxy7.12940.58290.3088
Hunter Lab26.700943.227513.1380
CIE-Lab32.099753.265326.0813

#980e26 color RGB value is (152,14,38).

#980e26 hex color red value is 152, green value is 14 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #980e26 hue: 0.97 , saturation: 0.83 and the lightness value of 980e26 is 0.33.

The process color (four color CMYK) of #980e26 color hex is 0.00, 0.91, 0.75, 0.40. Web safe color of #980e26 is #990033. Color #980e26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001110 00100110
Octal 230 16 46
Decimal 152 14 38
Hex 98 E 26

RGB Percentages of Color #980e26

%74.51
%6.86
%18.63

CMYK Percentages of Color #980e26

%0
%91
%75
%40

Triadic Colors of #980e26

#980e26 #26980e #0e2698

Analogous Colors of #980e26

#980e26 #983b0e #980e6b

Monochromatic Colors of #980e26

#980e26

Complementary Color

#980e26 #0e9880

#980e26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980e26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980e26 Color CSS Codes

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

#980e26 Text Font Color

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

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


#980e26 Background Color

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

This div background color is #980e26


#980e26 Border Color

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

This div border color is #980e26


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,14,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #980e26; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #980e26;
  -webkit-box-shadow: 1px 1px 3px 2px #980e26;
  box-shadow:         1px 1px 3px 2px #980e26; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,14,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980e26


Comments

No comments written yet.

Please login to write comment.