Color Hex Logo

#84398d Color Hex

#84398D
(132,57,141)
0 Favorites   0 Comments

Color spaces of #84398d

RGB 13257141
HSL0.820.420.39
HSV294°60°55°
CMYK 0.060.600.00   0.45
XYZ15.78669.754926.2501
Yxy9.75490.30480.1883
Hunter Lab31.232835.5652-27.9682
CIE-Lab37.398944.6767-32.4093

#84398d color RGB value is (132,57,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111001 10001101
Octal 204 71 215
Decimal 132 57 141
Hex 84 39 8D

RGB Percentages of Color #84398d

%40.00
%17.27
%42.73

CMYK Percentages of Color #84398d

%6
%60
%0
%45

Triadic Colors of #84398d

#84398d #8d8439 #398d84

Analogous Colors of #84398d

#84398d #8d396c #5a398d

Monochromatic Colors of #84398d

#84398d

Complementary Color

#84398d #428d39

#84398d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84398d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84398d Color CSS Codes

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

#84398d Text Font Color

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

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


#84398d Background Color

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

This div background color is #84398d


#84398d Border Color

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

This div border color is #84398d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84398d


Comments

No comments written yet.

Please login to write comment.