Color Hex Logo

#981e48 Color Hex

#981E48
(152,30,72)
0 Favorites   0 Comments

Color spaces of #981e48

RGB 1523072
HSL0.940.670.36
HSV339°80°60°
CMYK 0.000.800.53   0.40
XYZ14.58298.07186.9203
Yxy8.07180.49310.2729
Hunter Lab28.410941.90235.4458
CIE-Lab34.132051.58736.6194

#981e48 color RGB value is (152,30,72).

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

The process color (four color CMYK) of #981e48 color hex is 0.00, 0.80, 0.53, 0.40. Web safe color of #981e48 is #993333. Color #981e48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011110 01001000
Octal 230 36 110
Decimal 152 30 72
Hex 98 1E 48

RGB Percentages of Color #981e48

%59.84
%11.81
%28.35

CMYK Percentages of Color #981e48

%0
%80
%53
%40

Triadic Colors of #981e48

#981e48 #48981e #1e4898

Analogous Colors of #981e48

#981e48 #98311e #981e85

Monochromatic Colors of #981e48

#981e48

Complementary Color

#981e48 #1e986e

#981e48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981e48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981e48 Color CSS Codes

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

#981e48 Text Font Color

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

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


#981e48 Background Color

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

This div background color is #981e48


#981e48 Border Color

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

This div border color is #981e48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981e48


Comments

No comments written yet.

Please login to write comment.