Color Hex Logo

#980654 Color Hex

#980654
(152,6,84)
0 Favorites   0 Comments

Color spaces of #980654

RGB 152684
HSL0.910.920.31
HSV328°96°60°
CMYK 0.000.960.45   0.40
XYZ14.61437.44579.0544
Yxy7.44570.46970.2393
Hunter Lab27.286847.8493-0.5730
CIE-Lab32.800857.5173-3.1572

#980654 color RGB value is (152,6,84).

#980654 hex color red value is 152, green value is 6 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #980654 hue: 0.91 , saturation: 0.92 and the lightness value of 980654 is 0.31.

The process color (four color CMYK) of #980654 color hex is 0.00, 0.96, 0.45, 0.40. Web safe color of #980654 is #990066. Color #980654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00000110 01010100
Octal 230 6 124
Decimal 152 6 84
Hex 98 6 54

RGB Percentages of Color #980654

%62.81
%2.48
%34.71

CMYK Percentages of Color #980654

%0
%96
%45
%40

Triadic Colors of #980654

#980654 #549806 #065498

Analogous Colors of #980654

#980654 #98060b #930698

Monochromatic Colors of #980654

#980654

Complementary Color

#980654 #06984a

#980654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980654 Color CSS Codes

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

#980654 Text Font Color

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

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


#980654 Background Color

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

This div background color is #980654


#980654 Border Color

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

This div border color is #980654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980654


Comments

No comments written yet.

Please login to write comment.