Color Hex Logo

#984132 Color Hex

#984132
(152,65,50)
0 Favorites   0 Comments

Color spaces of #984132

RGB 1526550
HSL0.020.500.40
HSV67°60°
CMYK 0.000.570.67   0.40
XYZ15.414910.68634.2678
Yxy10.68630.50760.3519
Hunter Lab32.689926.964215.1424
CIE-Lab39.047035.398426.9709

#984132 color RGB value is (152,65,50).

#984132 hex color red value is 152, green value is 65 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #984132 hue: 0.02 , saturation: 0.50 and the lightness value of 984132 is 0.40.

The process color (four color CMYK) of #984132 color hex is 0.00, 0.57, 0.67, 0.40. Web safe color of #984132 is #993333. Color #984132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000001 00110010
Octal 230 101 62
Decimal 152 65 50
Hex 98 41 32

RGB Percentages of Color #984132

%56.93
%24.34
%18.73

CMYK Percentages of Color #984132

%0
%57
%67
%40

Triadic Colors of #984132

#984132 #329841 #413298

Analogous Colors of #984132

#984132 #987432 #983256

Monochromatic Colors of #984132

#984132

Complementary Color

#984132 #328998

#984132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984132 Color CSS Codes

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

#984132 Text Font Color

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

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


#984132 Background Color

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

This div background color is #984132


#984132 Border Color

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

This div border color is #984132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984132


Comments

No comments written yet.

Please login to write comment.