Color Hex Logo

#980434 Color Hex

#980434
(152,4,52)
0 Favorites   0 Comments

Color spaces of #980434

RGB 152452
HSL0.950.950.31
HSV341°97°60°
CMYK 0.000.970.66   0.40
XYZ13.61217.01023.8845
Yxy7.01020.55540.2861
Hunter Lab26.476845.43519.8351
CIE-Lab31.830155.432416.6259

#980434 color RGB value is (152,4,52).

#980434 hex color red value is 152, green value is 4 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #980434 hue: 0.95 , saturation: 0.95 and the lightness value of 980434 is 0.31.

The process color (four color CMYK) of #980434 color hex is 0.00, 0.97, 0.66, 0.40. Web safe color of #980434 is #990033. Color #980434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00000100 00110100
Octal 230 4 64
Decimal 152 4 52
Hex 98 4 34

RGB Percentages of Color #980434

%73.08
%1.92
%25.00

CMYK Percentages of Color #980434

%0
%97
%66
%40

Triadic Colors of #980434

#980434 #349804 #043498

Analogous Colors of #980434

#980434 #981e04 #98047e

Monochromatic Colors of #980434

#980434

Complementary Color

#980434 #049868

#980434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980434 Color CSS Codes

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

#980434 Text Font Color

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

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


#980434 Background Color

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

This div background color is #980434


#980434 Border Color

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

This div border color is #980434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980434


Comments

No comments written yet.

Please login to write comment.