Color Hex Logo

#84488a Color Hex

#84488A
(132,72,138)
0 Favorites   0 Comments

Color spaces of #84488a

RGB 13272138
HSL0.820.310.41
HSV295°48°54°
CMYK 0.040.480.00   0.46
XYZ16.420511.375225.3749
Yxy11.37520.30880.2139
Hunter Lab33.727127.8826-20.9983
CIE-Lab40.205436.2104-26.1716

#84488a color RGB value is (132,72,138).

#84488a hex color red value is 132, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #84488a hue: 0.82 , saturation: 0.31 and the lightness value of 84488a is 0.41.

The process color (four color CMYK) of #84488a color hex is 0.04, 0.48, 0.00, 0.46. Web safe color of #84488a is #993399. Color #84488a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001000 10001010
Octal 204 110 212
Decimal 132 72 138
Hex 84 48 8A

RGB Percentages of Color #84488a

%38.60
%21.05
%40.35

CMYK Percentages of Color #84488a

%4
%48
%0
%46

Triadic Colors of #84488a

#84488a #8a8448 #488a84

Analogous Colors of #84488a

#84488a #8a486f #63488a

Monochromatic Colors of #84488a

#84488a

Complementary Color

#84488a #4e8a48

#84488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84488a Color CSS Codes

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

#84488a Text Font Color

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

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


#84488a Background Color

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

This div background color is #84488a


#84488a Border Color

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

This div border color is #84488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84488a


Comments

No comments written yet.

Please login to write comment.