Color Hex Logo

#982001 Color Hex

#982001
(152,32,1)
0 Favorites   0 Comments

Color spaces of #982001

RGB 152321
HSL0.030.990.30
HSV12°99°60°
CMYK 0.000.790.99   0.40
XYZ13.47097.71060.8070
Yxy7.71060.61260.3507
Hunter Lab27.768038.000617.7145
CIE-Lab33.372847.875445.9964

#982001 color RGB value is (152,32,1).

#982001 hex color red value is 152, green value is 32 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #982001 hue: 0.03 , saturation: 0.99 and the lightness value of 982001 is 0.30.

The process color (four color CMYK) of #982001 color hex is 0.00, 0.79, 0.99, 0.40. Web safe color of #982001 is #993300. Color #982001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00100000 00000001
Octal 230 40 1
Decimal 152 32 1
Hex 98 20 1

RGB Percentages of Color #982001

%82.16
%17.30
%0.54

CMYK Percentages of Color #982001

%0
%79
%99
%40

Triadic Colors of #982001

#982001 #019820 #200198

Analogous Colors of #982001

#982001 #986c01 #98012e

Monochromatic Colors of #982001

#982001

Complementary Color

#982001 #017998

#982001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#982001 Color CSS Codes

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

#982001 Text Font Color

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

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


#982001 Background Color

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

This div background color is #982001


#982001 Border Color

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

This div border color is #982001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982001


Comments

No comments written yet.

Please login to write comment.