Color Hex Logo

#84327c Color Hex

#84327C
(132,50,124)
0 Favorites   0 Comments

Color spaces of #84327c

RGB 13250124
HSL0.850.450.36
HSV306°62°52°
CMYK 0.000.620.06   0.48
XYZ14.29448.642019.9835
Yxy8.64200.33300.2014
Hunter Lab29.397335.3502-19.7257
CIE-Lab35.285744.8375-25.2345

#84327c color RGB value is (132,50,124).

#84327c hex color red value is 132, green value is 50 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #84327c hue: 0.85 , saturation: 0.45 and the lightness value of 84327c is 0.36.

The process color (four color CMYK) of #84327c color hex is 0.00, 0.62, 0.06, 0.48. Web safe color of #84327c is #993366. Color #84327c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 01111100
Octal 204 62 174
Decimal 132 50 124
Hex 84 32 7C

RGB Percentages of Color #84327c

%43.14
%16.34
%40.52

CMYK Percentages of Color #84327c

%0
%62
%6
%48

Triadic Colors of #84327c

#84327c #7c8432 #327c84

Analogous Colors of #84327c

#84327c #843253 #633284

Monochromatic Colors of #84327c

#84327c

Complementary Color

#84327c #32843a

#84327c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84327c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84327c Color CSS Codes

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

#84327c Text Font Color

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

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


#84327c Background Color

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

This div background color is #84327c


#84327c Border Color

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

This div border color is #84327c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84327c


Comments

No comments written yet.

Please login to write comment.