Color Hex Logo

#980a56 Color Hex

#980A56
(152,10,86)
0 Favorites   0 Comments

Color spaces of #980a56

RGB 1521086
HSL0.910.880.32
HSV328°93°60°
CMYK 0.000.930.43   0.40
XYZ14.73727.56449.4874
Yxy7.56440.46360.2380
Hunter Lab27.503547.5148-1.1998
CIE-Lab33.058757.1542-4.0824

#980a56 color RGB value is (152,10,86).

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

The process color (four color CMYK) of #980a56 color hex is 0.00, 0.93, 0.43, 0.40. Web safe color of #980a56 is #990066. Color #980a56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001010 01010110
Octal 230 12 126
Decimal 152 10 86
Hex 98 A 56

RGB Percentages of Color #980a56

%61.29
%4.03
%34.68

CMYK Percentages of Color #980a56

%0
%93
%43
%40

Triadic Colors of #980a56

#980a56 #56980a #0a5698

Analogous Colors of #980a56

#980a56 #980a0f #930a98

Monochromatic Colors of #980a56

#980a56

Complementary Color

#980a56 #0a984c

#980a56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980a56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980a56 Color CSS Codes

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

#980a56 Text Font Color

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

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


#980a56 Background Color

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

This div background color is #980a56


#980a56 Border Color

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

This div border color is #980a56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980a56


Comments

No comments written yet.

Please login to write comment.