Color Hex Logo

#980239 Color Hex

#980239
(152,2,57)
0 Favorites   0 Comments

Color spaces of #980239

RGB 152257
HSL0.940.970.30
HSV338°99°60°
CMYK 0.000.990.63   0.40
XYZ13.70917.01424.5022
Yxy7.01420.54350.2781
Hunter Lab26.484346.04958.4600
CIE-Lab31.839256.013113.3219

#980239 color RGB value is (152,2,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00000010 00111001
Octal 230 2 71
Decimal 152 2 57
Hex 98 2 39

RGB Percentages of Color #980239

%72.04
%0.95
%27.01

CMYK Percentages of Color #980239

%0
%99
%63
%40

Triadic Colors of #980239

#980239 #399802 #023998

Analogous Colors of #980239

#980239 #981602 #980284

Monochromatic Colors of #980239

#980239

Complementary Color

#980239 #029861

#980239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980239 Color CSS Codes

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

#980239 Text Font Color

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

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


#980239 Background Color

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

This div background color is #980239


#980239 Border Color

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

This div border color is #980239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980239


Comments

No comments written yet.

Please login to write comment.