Color Hex Logo

#984850 Color Hex

#984850
(152,72,80)
0 Favorites   0 Comments

Color spaces of #984850

RGB 1527280
HSL0.980.360.44
HSV354°53°60°
CMYK 0.000.530.47   0.40
XYZ16.714211.88939.0033
Yxy11.88930.44440.3161
Hunter Lab34.480926.18438.6554
CIE-Lab41.039634.264811.2123

#984850 color RGB value is (152,72,80).

#984850 hex color red value is 152, green value is 72 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #984850 hue: 0.98 , saturation: 0.36 and the lightness value of 984850 is 0.44.

The process color (four color CMYK) of #984850 color hex is 0.00, 0.53, 0.47, 0.40. Web safe color of #984850 is #993366. Color #984850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001000 01010000
Octal 230 110 120
Decimal 152 72 80
Hex 98 48 50

RGB Percentages of Color #984850

%50.00
%23.68
%26.32

CMYK Percentages of Color #984850

%0
%53
%47
%40

Triadic Colors of #984850

#984850 #509848 #485098

Analogous Colors of #984850

#984850 #986848 #984878

Monochromatic Colors of #984850

#984850

Complementary Color

#984850 #489890

#984850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984850 Color CSS Codes

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

#984850 Text Font Color

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

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


#984850 Background Color

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

This div background color is #984850


#984850 Border Color

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

This div border color is #984850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984850


Comments

No comments written yet.

Please login to write comment.