Color Hex Logo

#981b48 Color Hex

#981B48
(152,27,72)
0 Favorites   0 Comments

Color spaces of #981b48

RGB 1522772
HSL0.940.700.35
HSV338°82°60°
CMYK 0.000.820.53   0.40
XYZ14.51057.92716.8962
Yxy7.92710.49470.2702
Hunter Lab28.155142.72345.1863
CIE-Lab33.830652.44266.1925

#981b48 color RGB value is (152,27,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00011011 01001000
Octal 230 33 110
Decimal 152 27 72
Hex 98 1B 48

RGB Percentages of Color #981b48

%60.56
%10.76
%28.69

CMYK Percentages of Color #981b48

%0
%82
%53
%40

Triadic Colors of #981b48

#981b48 #48981b #1b4898

Analogous Colors of #981b48

#981b48 #982c1b #981b87

Monochromatic Colors of #981b48

#981b48

Complementary Color

#981b48 #1b986b

#981b48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#981b48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#981b48 Color CSS Codes

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

#981b48 Text Font Color

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

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


#981b48 Background Color

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

This div background color is #981b48


#981b48 Border Color

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

This div border color is #981b48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,27,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 #981b48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #981b48


Comments

No comments written yet.

Please login to write comment.