Color Hex Logo

#980c40 Color Hex

#980C40
(152,12,64)
0 Favorites   0 Comments

Color spaces of #980c40

RGB 1521264
HSL0.940.850.32
HSV338°92°60°
CMYK 0.000.920.58   0.40
XYZ14.00587.30855.5230
Yxy7.30850.52190.2723
Hunter Lab27.034245.16676.8112
CIE-Lab32.499155.04689.5846

#980c40 color RGB value is (152,12,64).

#980c40 hex color red value is 152, green value is 12 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #980c40 hue: 0.94 , saturation: 0.85 and the lightness value of 980c40 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001100 01000000
Octal 230 14 100
Decimal 152 12 64
Hex 98 C 40

RGB Percentages of Color #980c40

%66.67
%5.26
%28.07

CMYK Percentages of Color #980c40

%0
%92
%58
%40

Triadic Colors of #980c40

#980c40 #40980c #0c4098

Analogous Colors of #980c40

#980c40 #981e0c #980c86

Monochromatic Colors of #980c40

#980c40

Complementary Color

#980c40 #0c9864

#980c40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980c40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980c40 Color CSS Codes

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

#980c40 Text Font Color

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

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


#980c40 Background Color

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

This div background color is #980c40


#980c40 Border Color

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

This div border color is #980c40


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,12,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 #980c40">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980c40


Comments

No comments written yet.

Please login to write comment.