Color Hex Logo

#851bbb Color Hex

#851BBB
(133,27,187)
0 Favorites   0 Comments

Color spaces of #851bbb

RGB 13327187
HSL0.780.750.42
HSV280°86°73°
CMYK 0.290.860.00   0.27
XYZ19.03449.358347.8168
Yxy9.35830.24980.1228
Hunter Lab30.591357.5306-71.2613
CIE-Lab36.665265.5248-61.2189

#851bbb color RGB value is (133,27,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011011 10111011
Octal 205 33 273
Decimal 133 27 187
Hex 85 1B BB

RGB Percentages of Color #851bbb

%38.33
%7.78
%53.89

CMYK Percentages of Color #851bbb

%29
%86
%0
%27

Triadic Colors of #851bbb

#851bbb #bb851b #1bbb85

Analogous Colors of #851bbb

#851bbb #bb1ba1 #351bbb

Monochromatic Colors of #851bbb

#851bbb

Complementary Color

#851bbb #51bb1b

#851bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#851bbb Color CSS Codes

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

#851bbb Text Font Color

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

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


#851bbb Background Color

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

This div background color is #851bbb


#851bbb Border Color

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

This div border color is #851bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851bbb


Comments

No comments written yet.

Please login to write comment.