Color Hex Logo

#84293c Color Hex

#84293C
(132,41,60)
0 Favorites   0 Comments

Color spaces of #84293c

RGB 1324160
HSL0.970.530.34
HSV347°69°52°
CMYK 0.000.690.55   0.48
XYZ11.12436.81775.0046
Yxy6.81770.48480.2971
Hunter Lab26.110730.35506.9135
CIE-Lab31.388240.316810.0621

#84293c color RGB value is (132,41,60).

#84293c hex color red value is 132, green value is 41 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #84293c hue: 0.97 , saturation: 0.53 and the lightness value of 84293c is 0.34.

The process color (four color CMYK) of #84293c color hex is 0.00, 0.69, 0.55, 0.48. Web safe color of #84293c is #993333. Color #84293c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101001 00111100
Octal 204 51 74
Decimal 132 41 60
Hex 84 29 3C

RGB Percentages of Color #84293c

%56.65
%17.60
%25.75

CMYK Percentages of Color #84293c

%0
%69
%55
%48

Triadic Colors of #84293c

#84293c #3c8429 #293c84

Analogous Colors of #84293c

#84293c #844429 #84296a

Monochromatic Colors of #84293c

#84293c

Complementary Color

#84293c #298471

#84293c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84293c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84293c Color CSS Codes

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

#84293c Text Font Color

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

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


#84293c Background Color

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

This div background color is #84293c


#84293c Border Color

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

This div border color is #84293c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,41,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84293c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84293c;
  -webkit-box-shadow: 1px 1px 3px 2px #84293c;
  box-shadow:         1px 1px 3px 2px #84293c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,41,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84293c


Comments

No comments written yet.

Please login to write comment.