Color Hex Logo

#851bba Color Hex

#851BBA
(133,27,186)
0 Favorites   0 Comments

Color spaces of #851bba

RGB 13327186
HSL0.780.750.42
HSV280°85°73°
CMYK 0.280.850.00   0.27
XYZ18.92779.315647.2549
Yxy9.31560.25070.1234
Hunter Lab30.521557.2831-70.4308
CIE-Lab36.585065.3229-60.7594

#851bba color RGB value is (133,27,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011011 10111010
Octal 205 33 272
Decimal 133 27 186
Hex 85 1B BA

RGB Percentages of Color #851bba

%38.44
%7.80
%53.76

CMYK Percentages of Color #851bba

%28
%85
%0
%27

Triadic Colors of #851bba

#851bba #ba851b #1bba85

Analogous Colors of #851bba

#851bba #ba1ba0 #361bba

Monochromatic Colors of #851bba

#851bba

Complementary Color

#851bba #50ba1b

#851bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#851bba Color CSS Codes

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

#851bba Text Font Color

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

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


#851bba Background Color

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

This div background color is #851bba


#851bba Border Color

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

This div border color is #851bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,27,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 #851bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851bba


Comments

No comments written yet.

Please login to write comment.