Color Hex Logo

#982e21 Color Hex

#982E21
(152,46,33)
0 Favorites   0 Comments

Color spaces of #982e21

RGB 1524633
HSL0.020.640.36
HSV78°60°
CMYK 0.000.700.78   0.40
XYZ14.20048.73922.3772
Yxy8.73920.56090.3452
Hunter Lab29.562134.010115.9258
CIE-Lab35.477243.427732.8556

#982e21 color RGB value is (152,46,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101110 00100001
Octal 230 56 41
Decimal 152 46 33
Hex 98 2E 21

RGB Percentages of Color #982e21

%65.80
%19.91
%14.29

CMYK Percentages of Color #982e21

%0
%70
%78
%40

Triadic Colors of #982e21

#982e21 #21982e #2e2198

Analogous Colors of #982e21

#982e21 #986a21 #98214f

Monochromatic Colors of #982e21

#982e21

Complementary Color

#982e21 #218b98

#982e21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982e21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#982e21 Color CSS Codes

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

#982e21 Text Font Color

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

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


#982e21 Background Color

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

This div background color is #982e21


#982e21 Border Color

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

This div border color is #982e21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982e21


Comments

No comments written yet.

Please login to write comment.