Color Hex Logo

#980240 Color Hex

#980240
(152,2,64)
0 Favorites   0 Comments

Color spaces of #980240

RGB 152264
HSL0.930.970.30
HSV335°99°60°
CMYK 0.000.990.58   0.40
XYZ13.89607.08905.4864
Yxy7.08900.52490.2678
Hunter Lab26.625246.56726.4203
CIE-Lab32.008756.46898.9028

#980240 color RGB value is (152,2,64).

#980240 hex color red value is 152, green value is 2 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #980240 hue: 0.93 , saturation: 0.97 and the lightness value of 980240 is 0.30.

The process color (four color CMYK) of #980240 color hex is 0.00, 0.99, 0.58, 0.40. Web safe color of #980240 is #990033. Color #980240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00000010 01000000
Octal 230 2 100
Decimal 152 2 64
Hex 98 2 40

RGB Percentages of Color #980240

%69.72
%0.92
%29.36

CMYK Percentages of Color #980240

%0
%99
%58
%40

Triadic Colors of #980240

#980240 #409802 #024098

Analogous Colors of #980240

#980240 #980f02 #98028b

Monochromatic Colors of #980240

#980240

Complementary Color

#980240 #02985a

#980240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980240 Color CSS Codes

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

#980240 Text Font Color

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

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


#980240 Background Color

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

This div background color is #980240


#980240 Border Color

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

This div border color is #980240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980240


Comments

No comments written yet.

Please login to write comment.