Color Hex Logo

#84248d Color Hex

#84248D
(132,36,141)
0 Favorites   0 Comments

Color spaces of #84248d

RGB 13236141
HSL0.820.590.35
HSV295°74°55°
CMYK 0.060.740.00   0.45
XYZ14.95438.090425.9727
Yxy8.09040.30510.1651
Hunter Lab28.443644.0704-34.2289
CIE-Lab34.170453.6748-37.5356

#84248d color RGB value is (132,36,141).

#84248d hex color red value is 132, green value is 36 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #84248d hue: 0.82 , saturation: 0.59 and the lightness value of 84248d is 0.35.

The process color (four color CMYK) of #84248d color hex is 0.06, 0.74, 0.00, 0.45. Web safe color of #84248d is #993399. Color #84248d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100100 10001101
Octal 204 44 215
Decimal 132 36 141
Hex 84 24 8D

RGB Percentages of Color #84248d

%42.72
%11.65
%45.63

CMYK Percentages of Color #84248d

%6
%74
%0
%45

Triadic Colors of #84248d

#84248d #8d8424 #248d84

Analogous Colors of #84248d

#84248d #8d2462 #50248d

Monochromatic Colors of #84248d

#84248d

Complementary Color

#84248d #2d8d24

#84248d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84248d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84248d Color CSS Codes

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

#84248d Text Font Color

<p style="color:#84248d">Text here</p>

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


#84248d Background Color

<div style="background-color:#84248d">
Div content here</div>

This div background color is #84248d


#84248d Border Color

<div style="border:3px solid #84248d">
Div here</div>

This div border color is #84248d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,36,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84248d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84248d;
  -webkit-box-shadow: 1px 1px 3px 2px #84248d;
  box-shadow:         1px 1px 3px 2px #84248d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84248d


Comments

No comments written yet.

Please login to write comment.