Color Hex Logo

#984142 Color Hex

#984142
(152,65,66)
0 Favorites   0 Comments

Color spaces of #984142

RGB 1526566
HSL1.000.400.43
HSV359°57°60°
CMYK 0.000.570.57   0.40
XYZ15.822610.84936.4144
Yxy10.84930.47820.3279
Hunter Lab32.938328.104311.5107
CIE-Lab39.325536.581117.5680

#984142 color RGB value is (152,65,66).

#984142 hex color red value is 152, green value is 65 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #984142 hue: 1.00 , saturation: 0.40 and the lightness value of 984142 is 0.43.

The process color (four color CMYK) of #984142 color hex is 0.00, 0.57, 0.57, 0.40. Web safe color of #984142 is #993333. Color #984142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000001 01000010
Octal 230 101 102
Decimal 152 65 66
Hex 98 41 42

RGB Percentages of Color #984142

%53.71
%22.97
%23.32

CMYK Percentages of Color #984142

%0
%57
%57
%40

Triadic Colors of #984142

#984142 #429841 #414298

Analogous Colors of #984142

#984142 #986c41 #98416e

Monochromatic Colors of #984142

#984142

Complementary Color

#984142 #419897

#984142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984142 Color CSS Codes

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

#984142 Text Font Color

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

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


#984142 Background Color

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

This div background color is #984142


#984142 Border Color

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

This div border color is #984142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984142


Comments

No comments written yet.

Please login to write comment.