Color Hex Logo

#851cbd Color Hex

#851CBD
(133,28,189)
0 Favorites   0 Comments

Color spaces of #851cbd

RGB 13328189
HSL0.780.740.43
HSV279°85°74°
CMYK 0.300.850.00   0.26
XYZ19.27349.491248.9603
Yxy9.49120.24800.1221
Hunter Lab30.807857.7562-72.6593
CIE-Lab36.913365.6745-61.9934

#851cbd color RGB value is (133,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011100 10111101
Octal 205 34 275
Decimal 133 28 189
Hex 85 1C BD

RGB Percentages of Color #851cbd

%38.00
%8.00
%54.00

CMYK Percentages of Color #851cbd

%30
%85
%0
%26

Triadic Colors of #851cbd

#851cbd #bd851c #1cbd85

Analogous Colors of #851cbd

#851cbd #bd1ca5 #351cbd

Monochromatic Colors of #851cbd

#851cbd

Complementary Color

#851cbd #54bd1c

#851cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#851cbd Color CSS Codes

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

#851cbd Text Font Color

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

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


#851cbd Background Color

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

This div background color is #851cbd


#851cbd Border Color

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

This div border color is #851cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851cbd


Comments

No comments written yet.

Please login to write comment.