Color Hex Logo

#851cbb Color Hex

#851CBB
(133,28,187)
0 Favorites   0 Comments

Color spaces of #851cbb

RGB 13328187
HSL0.780.740.42
HSV280°85°73°
CMYK 0.290.850.00   0.27
XYZ19.05789.404947.8246
Yxy9.40490.24980.1233
Hunter Lab30.667457.2582-70.9932
CIE-Lab36.752565.2684-61.0767

#851cbb color RGB value is (133,28,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011100 10111011
Octal 205 34 273
Decimal 133 28 187
Hex 85 1C BB

RGB Percentages of Color #851cbb

%38.22
%8.05
%53.74

CMYK Percentages of Color #851cbb

%29
%85
%0
%27

Triadic Colors of #851cbb

#851cbb #bb851c #1cbb85

Analogous Colors of #851cbb

#851cbb #bb1ca2 #361cbb

Monochromatic Colors of #851cbb

#851cbb

Complementary Color

#851cbb #52bb1c

#851cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#851cbb Color CSS Codes

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

#851cbb Text Font Color

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

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


#851cbb Background Color

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

This div background color is #851cbb


#851cbb Border Color

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

This div border color is #851cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851cbb


Comments

No comments written yet.

Please login to write comment.