Color Hex Logo

#982849 Color Hex

#982849
(152,40,73)
0 Favorites   0 Comments

Color spaces of #982849

RGB 1524073
HSL0.950.580.38
HSV342°74°60°
CMYK 0.000.740.52   0.40
XYZ14.91038.67407.1917
Yxy8.67400.48450.2818
Hunter Lab29.451738.82766.1383
CIE-Lab35.348948.33037.6875

#982849 color RGB value is (152,40,73).

#982849 hex color red value is 152, green value is 40 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #982849 hue: 0.95 , saturation: 0.58 and the lightness value of 982849 is 0.38.

The process color (four color CMYK) of #982849 color hex is 0.00, 0.74, 0.52, 0.40. Web safe color of #982849 is #993333. Color #982849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101000 01001001
Octal 230 50 111
Decimal 152 40 73
Hex 98 28 49

RGB Percentages of Color #982849

%57.36
%15.09
%27.55

CMYK Percentages of Color #982849

%0
%74
%52
%40

Triadic Colors of #982849

#982849 #499828 #284998

Analogous Colors of #982849

#982849 #983f28 #982881

Monochromatic Colors of #982849

#982849

Complementary Color

#982849 #289877

#982849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#982849 Color CSS Codes

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

#982849 Text Font Color

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

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


#982849 Background Color

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

This div background color is #982849


#982849 Border Color

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

This div border color is #982849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982849


Comments

No comments written yet.

Please login to write comment.