Color Hex Logo

#84356d Color Hex

#84356D
(132,53,109)
0 Favorites   0 Comments

Color spaces of #84356d

RGB 13253109
HSL0.880.430.36
HSV317°60°52°
CMYK 0.000.600.17   0.48
XYZ13.54918.555915.4053
Yxy8.55590.36120.2281
Hunter Lab29.250531.4946-10.7508
CIE-Lab35.114840.8701-16.0868

#84356d color RGB value is (132,53,109).

#84356d hex color red value is 132, green value is 53 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #84356d hue: 0.88 , saturation: 0.43 and the lightness value of 84356d is 0.36.

The process color (four color CMYK) of #84356d color hex is 0.00, 0.60, 0.17, 0.48. Web safe color of #84356d is #993366. Color #84356d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110101 01101101
Octal 204 65 155
Decimal 132 53 109
Hex 84 35 6D

RGB Percentages of Color #84356d

%44.90
%18.03
%37.07

CMYK Percentages of Color #84356d

%0
%60
%17
%48

Triadic Colors of #84356d

#84356d #6d8435 #356d84

Analogous Colors of #84356d

#84356d #843546 #743584

Monochromatic Colors of #84356d

#84356d

Complementary Color

#84356d #35844c

#84356d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84356d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84356d Color CSS Codes

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

#84356d Text Font Color

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

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


#84356d Background Color

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

This div background color is #84356d


#84356d Border Color

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

This div border color is #84356d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84356d


Comments

No comments written yet.

Please login to write comment.