Color Hex Logo

#84167c Color Hex

#84167C
(132,22,124)
0 Favorites   0 Comments

Color spaces of #84167c

RGB 13222124
HSL0.850.710.30
HSV304°83°52°
CMYK 0.000.830.06   0.48
XYZ13.44076.934619.6989
Yxy6.93460.33540.1730
Hunter Lab26.333645.0227-25.9184
CIE-Lab31.657655.0735-30.9478

#84167c color RGB value is (132,22,124).

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

The process color (four color CMYK) of #84167c color hex is 0.00, 0.83, 0.06, 0.48. Web safe color of #84167c is #990066. Color #84167c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010110 01111100
Octal 204 26 174
Decimal 132 22 124
Hex 84 16 7C

RGB Percentages of Color #84167c

%47.48
%7.91
%44.60

CMYK Percentages of Color #84167c

%0
%83
%6
%48

Triadic Colors of #84167c

#84167c #7c8416 #167c84

Analogous Colors of #84167c

#84167c #841645 #551684

Monochromatic Colors of #84167c

#84167c

Complementary Color

#84167c #16841e

#84167c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84167c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84167c Color CSS Codes

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

#84167c Text Font Color

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

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


#84167c Background Color

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

This div background color is #84167c


#84167c Border Color

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

This div border color is #84167c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,22,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 #84167c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84167c


Comments

No comments written yet.

Please login to write comment.