Color Hex Logo

#84253d Color Hex

#84253D
(132,37,61)
0 Favorites   0 Comments

Color spaces of #84253d

RGB 1323761
HSL0.960.560.33
HSV345°72°52°
CMYK 0.000.720.54   0.48
XYZ11.01966.56565.1014
Yxy6.56560.48570.2894
Hunter Lab25.623431.92466.1323
CIE-Lab30.796842.09658.5834

#84253d color RGB value is (132,37,61).

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

The process color (four color CMYK) of #84253d color hex is 0.00, 0.72, 0.54, 0.48. Web safe color of #84253d is #993333. Color #84253d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100101 00111101
Octal 204 45 75
Decimal 132 37 61
Hex 84 25 3D

RGB Percentages of Color #84253d

%57.39
%16.09
%26.52

CMYK Percentages of Color #84253d

%0
%72
%54
%48

Triadic Colors of #84253d

#84253d #3d8425 #253d84

Analogous Colors of #84253d

#84253d #843d25 #84256d

Monochromatic Colors of #84253d

#84253d

Complementary Color

#84253d #25846c

#84253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84253d Color CSS Codes

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

#84253d Text Font Color

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

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


#84253d Background Color

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

This div background color is #84253d


#84253d Border Color

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

This div border color is #84253d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84253d


Comments

No comments written yet.

Please login to write comment.