Color Hex Logo

#984671 Color Hex

#984671
(152,70,113)
0 Favorites   0 Comments

Color spaces of #984671

RGB 15270113
HSL0.910.370.44
HSV329°54°60°
CMYK 0.000.540.26   0.40
XYZ18.119712.248017.0319
Yxy12.24800.38230.2584
Hunter Lab34.997131.1730-4.3564
CIE-Lab41.607639.4583-8.4382

#984671 color RGB value is (152,70,113).

#984671 hex color red value is 152, green value is 70 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #984671 hue: 0.91 , saturation: 0.37 and the lightness value of 984671 is 0.44.

The process color (four color CMYK) of #984671 color hex is 0.00, 0.54, 0.26, 0.40. Web safe color of #984671 is #993366. Color #984671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000110 01110001
Octal 230 106 161
Decimal 152 70 113
Hex 98 46 71

RGB Percentages of Color #984671

%45.37
%20.90
%33.73

CMYK Percentages of Color #984671

%0
%54
%26
%40

Triadic Colors of #984671

#984671 #719846 #467198

Analogous Colors of #984671

#984671 #984648 #964698

Monochromatic Colors of #984671

#984671

Complementary Color

#984671 #46986d

#984671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984671 Color CSS Codes

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

#984671 Text Font Color

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

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


#984671 Background Color

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

This div background color is #984671


#984671 Border Color

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

This div border color is #984671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984671


Comments

No comments written yet.

Please login to write comment.