Color Hex Logo

#84469b Color Hex

#84469B
(132,70,155)
0 Favorites   0 Comments

Color spaces of #84469b

RGB 13270155
HSL0.790.380.44
HSV284°55°61°
CMYK 0.150.550.00   0.39
XYZ17.622311.652432.3307
Yxy11.65240.28610.1891
Hunter Lab34.135632.4122-32.2601
CIE-Lab40.658240.8927-35.7418

#84469b color RGB value is (132,70,155).

#84469b hex color red value is 132, green value is 70 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #84469b hue: 0.79 , saturation: 0.38 and the lightness value of 84469b is 0.44.

The process color (four color CMYK) of #84469b color hex is 0.15, 0.55, 0.00, 0.39. Web safe color of #84469b is #993399. Color #84469b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000110 10011011
Octal 204 106 233
Decimal 132 70 155
Hex 84 46 9B

RGB Percentages of Color #84469b

%36.97
%19.61
%43.42

CMYK Percentages of Color #84469b

%15
%55
%0
%39

Triadic Colors of #84469b

#84469b #9b8446 #469b84

Analogous Colors of #84469b

#84469b #9b4688 #5a469b

Monochromatic Colors of #84469b

#84469b

Complementary Color

#84469b #5d9b46

#84469b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84469b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84469b Color CSS Codes

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

#84469b Text Font Color

<p style="color:#84469b">Text here</p>

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


#84469b Background Color

<div style="background-color:#84469b">
Div content here</div>

This div background color is #84469b


#84469b Border Color

<div style="border:3px solid #84469b">
Div here</div>

This div border color is #84469b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,70,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84469b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84469b;
  -webkit-box-shadow: 1px 1px 3px 2px #84469b;
  box-shadow:         1px 1px 3px 2px #84469b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84469b


Comments

No comments written yet.

Please login to write comment.