Color Hex Logo

#851dfb Color Hex

#851DFB
(133,29,251)
0 Favorites   0 Comments

Color spaces of #851dfb

RGB 13329251
HSL0.740.970.55
HSV268°88°98°
CMYK 0.470.880.00   0.02
XYZ27.524812.830392.2926
Yxy12.83030.20750.0967
Hunter Lab35.819474.4813-127.6935
CIE-Lab42.506478.6169-88.4043

#851dfb color RGB value is (133,29,251).

#851dfb hex color red value is 133, green value is 29 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #851dfb hue: 0.74 , saturation: 0.97 and the lightness value of 851dfb is 0.55.

The process color (four color CMYK) of #851dfb color hex is 0.47, 0.88, 0.00, 0.02. Web safe color of #851dfb is #9933ff. Color #851dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011101 11111011
Octal 205 35 373
Decimal 133 29 251
Hex 85 1D FB

RGB Percentages of Color #851dfb

%32.20
%7.02
%60.77

CMYK Percentages of Color #851dfb

%47
%88
%0
%2

Triadic Colors of #851dfb

#851dfb #fb851d #1dfb85

Analogous Colors of #851dfb

#851dfb #f41dfb #1d24fb

Monochromatic Colors of #851dfb

#851dfb

Complementary Color

#851dfb #93fb1d

#851dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#851dfb Color CSS Codes

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

#851dfb Text Font Color

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

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


#851dfb Background Color

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

This div background color is #851dfb


#851dfb Border Color

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

This div border color is #851dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851dfb


Comments

No comments written yet.

Please login to write comment.