Color Hex Logo

#851a84 Color Hex

#851A84
(133,26,132)
0 Favorites   0 Comments

Color spaces of #851a84

RGB 13326132
HSL0.830.670.31
HSV301°80°52°
CMYK 0.000.800.01   0.48
XYZ14.20717.391322.5077
Yxy7.39130.32210.1676
Hunter Lab27.186945.7017-30.0545
CIE-Lab32.681655.5195-34.3214

#851a84 color RGB value is (133,26,132).

#851a84 hex color red value is 133, green value is 26 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #851a84 hue: 0.83 , saturation: 0.67 and the lightness value of 851a84 is 0.31.

The process color (four color CMYK) of #851a84 color hex is 0.00, 0.80, 0.01, 0.48. Web safe color of #851a84 is #993399. Color #851a84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011010 10000100
Octal 205 32 204
Decimal 133 26 132
Hex 85 1A 84

RGB Percentages of Color #851a84

%45.70
%8.93
%45.36

CMYK Percentages of Color #851a84

%0
%80
%1
%48

Triadic Colors of #851a84

#851a84 #84851a #1a8485

Analogous Colors of #851a84

#851a84 #851a4f #501a85

Monochromatic Colors of #851a84

#851a84

Complementary Color

#851a84 #1a851b

#851a84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851a84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851a84 Color CSS Codes

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

#851a84 Text Font Color

<p style="color:#851a84">Text here</p>

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


#851a84 Background Color

<div style="background-color:#851a84">
Div content here</div>

This div background color is #851a84


#851a84 Border Color

<div style="border:3px solid #851a84">
Div here</div>

This div border color is #851a84


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,26,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #851a84; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #851a84;
  -webkit-box-shadow: 1px 1px 3px 2px #851a84;
  box-shadow:         1px 1px 3px 2px #851a84; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851a84


Comments

No comments written yet.

Please login to write comment.