Color Hex Logo

#980d5c Color Hex

#980D5C
(152,13,92)
0 Favorites   0 Comments

Color spaces of #980d5c

RGB 1521392
HSL0.910.840.32
HSV326°91°60°
CMYK 0.000.910.39   0.40
XYZ15.02467.736010.8265
Yxy7.73600.44730.2303
Hunter Lab27.813747.7496-3.6091
CIE-Lab33.426957.3020-7.4370

#980d5c color RGB value is (152,13,92).

#980d5c hex color red value is 152, green value is 13 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #980d5c hue: 0.91 , saturation: 0.84 and the lightness value of 980d5c is 0.32.

The process color (four color CMYK) of #980d5c color hex is 0.00, 0.91, 0.39, 0.40. Web safe color of #980d5c is #990066. Color #980d5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001101 01011100
Octal 230 15 134
Decimal 152 13 92
Hex 98 D 5C

RGB Percentages of Color #980d5c

%59.14
%5.06
%35.80

CMYK Percentages of Color #980d5c

%0
%91
%39
%40

Triadic Colors of #980d5c

#980d5c #5c980d #0d5c98

Analogous Colors of #980d5c

#980d5c #980d16 #8f0d98

Monochromatic Colors of #980d5c

#980d5c

Complementary Color

#980d5c #0d9849

#980d5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980d5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#980d5c Color CSS Codes

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

#980d5c Text Font Color

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

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


#980d5c Background Color

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

This div background color is #980d5c


#980d5c Border Color

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

This div border color is #980d5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980d5c


Comments

No comments written yet.

Please login to write comment.