Color Hex Logo

#982d1e Color Hex

#982D1E
(152,45,30)
0 Favorites   0 Comments

Color spaces of #982d1e

RGB 1524530
HSL0.020.670.36
HSV80°60°
CMYK 0.000.700.80   0.40
XYZ14.12168.64592.1528
Yxy8.64590.56670.3469
Hunter Lab29.403934.270016.2418
CIE-Lab35.293443.728434.3559

#982d1e color RGB value is (152,45,30).

#982d1e hex color red value is 152, green value is 45 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #982d1e hue: 0.02 , saturation: 0.67 and the lightness value of 982d1e is 0.36.

The process color (four color CMYK) of #982d1e color hex is 0.00, 0.70, 0.80, 0.40. Web safe color of #982d1e is #993333. Color #982d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101101 00011110
Octal 230 55 36
Decimal 152 45 30
Hex 98 2D 1E

RGB Percentages of Color #982d1e

%66.96
%19.82
%13.22

CMYK Percentages of Color #982d1e

%0
%70
%80
%40

Triadic Colors of #982d1e

#982d1e #1e982d #2d1e98

Analogous Colors of #982d1e

#982d1e #986a1e #981e4c

Monochromatic Colors of #982d1e

#982d1e

Complementary Color

#982d1e #1e8998

#982d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#982d1e Color CSS Codes

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

#982d1e Text Font Color

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

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


#982d1e Background Color

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

This div background color is #982d1e


#982d1e Border Color

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

This div border color is #982d1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,45,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #982d1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #982d1e;
  -webkit-box-shadow: 1px 1px 3px 2px #982d1e;
  box-shadow:         1px 1px 3px 2px #982d1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982d1e


Comments

No comments written yet.

Please login to write comment.