Color Hex Logo

#84252a Color Hex

#84252A
(132,37,42)
0 Favorites   0 Comments

Color spaces of #84252a

RGB 1323742
HSL0.990.560.33
HSV357°72°52°
CMYK 0.000.720.68   0.48
XYZ10.59526.39582.8666
Yxy6.39580.53360.3221
Hunter Lab25.289930.525110.9825
CIE-Lab30.389840.679620.4850

#84252a color RGB value is (132,37,42).

#84252a hex color red value is 132, green value is 37 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #84252a hue: 0.99 , saturation: 0.56 and the lightness value of 84252a is 0.33.

The process color (four color CMYK) of #84252a color hex is 0.00, 0.72, 0.68, 0.48. Web safe color of #84252a is #993333. Color #84252a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100101 00101010
Octal 204 45 52
Decimal 132 37 42
Hex 84 25 2A

RGB Percentages of Color #84252a

%62.56
%17.54
%19.91

CMYK Percentages of Color #84252a

%0
%72
%68
%48

Triadic Colors of #84252a

#84252a #2a8425 #252a84

Analogous Colors of #84252a

#84252a #845025 #842559

Monochromatic Colors of #84252a

#84252a

Complementary Color

#84252a #25847f

#84252a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84252a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84252a Color CSS Codes

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

#84252a Text Font Color

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

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


#84252a Background Color

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

This div background color is #84252a


#84252a Border Color

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

This div border color is #84252a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,37,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84252a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84252a;
  -webkit-box-shadow: 1px 1px 3px 2px #84252a;
  box-shadow:         1px 1px 3px 2px #84252a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84252a


Comments

No comments written yet.

Please login to write comment.