Color Hex Logo

#980247 Color Hex

#980247
(152,2,71)
0 Favorites   0 Comments

Color spaces of #980247

RGB 152271
HSL0.920.970.30
HSV332°99°60°
CMYK 0.000.990.53   0.40
XYZ14.10797.17376.6023
Yxy7.17370.50600.2573
Hunter Lab26.783847.15034.1334
CIE-Lab32.199156.98024.5286

#980247 color RGB value is (152,2,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00000010 01000111
Octal 230 2 107
Decimal 152 2 71
Hex 98 2 47

RGB Percentages of Color #980247

%67.56
%0.89
%31.56

CMYK Percentages of Color #980247

%0
%99
%53
%40

Triadic Colors of #980247

#980247 #479802 #024798

Analogous Colors of #980247

#980247 #980802 #980292

Monochromatic Colors of #980247

#980247

Complementary Color

#980247 #029853

#980247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980247 Color CSS Codes

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

#980247 Text Font Color

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

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


#980247 Background Color

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

This div background color is #980247


#980247 Border Color

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

This div border color is #980247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980247


Comments

No comments written yet.

Please login to write comment.