Color Hex Logo

#851aba Color Hex

#851ABA
(133,26,186)
0 Favorites   0 Comments

Color spaces of #851aba

RGB 13326186
HSL0.780.750.42
HSV280°86°73°
CMYK 0.280.860.00   0.27
XYZ18.90529.270547.2473
Yxy9.27050.25070.1229
Hunter Lab30.447557.5496-70.6908
CIE-Lab36.500065.5736-60.8978

#851aba color RGB value is (133,26,186).

#851aba hex color red value is 133, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #851aba hue: 0.78 , saturation: 0.75 and the lightness value of 851aba is 0.42.

The process color (four color CMYK) of #851aba color hex is 0.28, 0.86, 0.00, 0.27. Web safe color of #851aba is #9933cc. Color #851aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011010 10111010
Octal 205 32 272
Decimal 133 26 186
Hex 85 1A BA

RGB Percentages of Color #851aba

%38.55
%7.54
%53.91

CMYK Percentages of Color #851aba

%28
%86
%0
%27

Triadic Colors of #851aba

#851aba #ba851a #1aba85

Analogous Colors of #851aba

#851aba #ba1a9f #351aba

Monochromatic Colors of #851aba

#851aba

Complementary Color

#851aba #4fba1a

#851aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#851aba Color CSS Codes

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

#851aba Text Font Color

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

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


#851aba Background Color

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

This div background color is #851aba


#851aba Border Color

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

This div border color is #851aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851aba


Comments

No comments written yet.

Please login to write comment.