Color Hex Logo

#84308a Color Hex

#84308A
(132,48,138)
0 Favorites   0 Comments

Color spaces of #84308a

RGB 13248138
HSL0.820.480.36
HSV296°65°54°
CMYK 0.040.650.00   0.46
XYZ15.16018.854424.9548
Yxy8.85440.30960.1808
Hunter Lab29.756338.8676-28.8934
CIE-Lab35.702448.3040-33.2522

#84308a color RGB value is (132,48,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110000 10001010
Octal 204 60 212
Decimal 132 48 138
Hex 84 30 8A

RGB Percentages of Color #84308a

%41.51
%15.09
%43.40

CMYK Percentages of Color #84308a

%4
%65
%0
%46

Triadic Colors of #84308a

#84308a #8a8430 #308a84

Analogous Colors of #84308a

#84308a #8a3063 #57308a

Monochromatic Colors of #84308a

#84308a

Complementary Color

#84308a #368a30

#84308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84308a Color CSS Codes

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

#84308a Text Font Color

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

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


#84308a Background Color

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

This div background color is #84308a


#84308a Border Color

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

This div border color is #84308a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84308a


Comments

No comments written yet.

Please login to write comment.