Color Hex Logo

#84058a Color Hex

#84058A
(132,5,138)
0 Favorites   0 Comments

Color spaces of #84058a

RGB 1325138
HSL0.830.930.28
HSV297°96°54°
CMYK 0.040.960.00   0.46
XYZ14.15746.849124.6206
Yxy6.84910.31030.1501
Hunter Lab26.170850.7628-37.4585
CIE-Lab31.460960.4715-40.0164

#84058a color RGB value is (132,5,138).

#84058a hex color red value is 132, green value is 5 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #84058a hue: 0.83 , saturation: 0.93 and the lightness value of 84058a is 0.28.

The process color (four color CMYK) of #84058a color hex is 0.04, 0.96, 0.00, 0.46. Web safe color of #84058a is #990099. Color #84058a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000101 10001010
Octal 204 5 212
Decimal 132 5 138
Hex 84 5 8A

RGB Percentages of Color #84058a

%48.00
%1.82
%50.18

CMYK Percentages of Color #84058a

%4
%96
%0
%46

Triadic Colors of #84058a

#84058a #8a8405 #058a84

Analogous Colors of #84058a

#84058a #8a054d #41058a

Monochromatic Colors of #84058a

#84058a

Complementary Color

#84058a #0b8a05

#84058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84058a Color CSS Codes

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

#84058a Text Font Color

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

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


#84058a Background Color

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

This div background color is #84058a


#84058a Border Color

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

This div border color is #84058a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84058a


Comments

No comments written yet.

Please login to write comment.