Color Hex Logo

#84298b Color Hex

#84298B
(132,41,139)
0 Favorites   0 Comments

Color spaces of #84298b

RGB 13241139
HSL0.820.540.35
HSV296°71°55°
CMYK 0.050.710.00   0.45
XYZ14.96898.355525.2499
Yxy8.35550.30820.1720
Hunter Lab28.905941.8509-31.5570
CIE-Lab34.712651.4260-35.4395

#84298b color RGB value is (132,41,139).

#84298b hex color red value is 132, green value is 41 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #84298b hue: 0.82 , saturation: 0.54 and the lightness value of 84298b is 0.35.

The process color (four color CMYK) of #84298b color hex is 0.05, 0.71, 0.00, 0.45. Web safe color of #84298b is #993399. Color #84298b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101001 10001011
Octal 204 51 213
Decimal 132 41 139
Hex 84 29 8B

RGB Percentages of Color #84298b

%42.31
%13.14
%44.55

CMYK Percentages of Color #84298b

%5
%71
%0
%45

Triadic Colors of #84298b

#84298b #8b8429 #298b84

Analogous Colors of #84298b

#84298b #8b2961 #53298b

Monochromatic Colors of #84298b

#84298b

Complementary Color

#84298b #308b29

#84298b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84298b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84298b Color CSS Codes

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

#84298b Text Font Color

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

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


#84298b Background Color

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

This div background color is #84298b


#84298b Border Color

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

This div border color is #84298b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84298b


Comments

No comments written yet.

Please login to write comment.