Color Hex Logo

#980914 Color Hex

#980914
(152,9,20)
0 Favorites   0 Comments

Color spaces of #980914

RGB 152920
HSL0.990.890.32
HSV355°94°60°
CMYK 0.000.940.87   0.40
XYZ13.17286.92131.3035
Yxy6.92130.61560.3235
Hunter Lab26.308443.336715.4782
CIE-Lab31.627153.462636.3633

#980914 color RGB value is (152,9,20).

#980914 hex color red value is 152, green value is 9 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #980914 hue: 0.99 , saturation: 0.89 and the lightness value of 980914 is 0.32.

The process color (four color CMYK) of #980914 color hex is 0.00, 0.94, 0.87, 0.40. Web safe color of #980914 is #990000. Color #980914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001001 00010100
Octal 230 11 24
Decimal 152 9 20
Hex 98 9 14

RGB Percentages of Color #980914

%83.98
%4.97
%11.05

CMYK Percentages of Color #980914

%0
%94
%87
%40

Triadic Colors of #980914

#980914 #149809 #091498

Analogous Colors of #980914

#980914 #984509 #98095c

Monochromatic Colors of #980914

#980914

Complementary Color

#980914 #09988d

#980914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980914 Color CSS Codes

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

#980914 Text Font Color

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

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


#980914 Background Color

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

This div background color is #980914


#980914 Border Color

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

This div border color is #980914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,9,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #980914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #980914;
  -webkit-box-shadow: 1px 1px 3px 2px #980914;
  box-shadow:         1px 1px 3px 2px #980914; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980914


Comments

No comments written yet.

Please login to write comment.