Color Hex Logo

#851bef Color Hex

#851BEF
(133,27,239)
0 Favorites   0 Comments

Color spaces of #851bef

RGB 13327239
HSL0.750.870.52
HSV270°89°94°
CMYK 0.440.890.00   0.06
XYZ25.644812.002482.6264
Yxy12.00240.21320.0998
Hunter Lab34.644571.5028-117.1543
CIE-Lab41.219976.4524-83.7693

#851bef color RGB value is (133,27,239).

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

The process color (four color CMYK) of #851bef color hex is 0.44, 0.89, 0.00, 0.06. Web safe color of #851bef is #9933ff. Color #851bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011011 11101111
Octal 205 33 357
Decimal 133 27 239
Hex 85 1B EF

RGB Percentages of Color #851bef

%33.33
%6.77
%59.90

CMYK Percentages of Color #851bef

%44
%89
%0
%6

Triadic Colors of #851bef

#851bef #ef851b #1bef85

Analogous Colors of #851bef

#851bef #ef1bef #1b1bef

Monochromatic Colors of #851bef

#851bef

Complementary Color

#851bef #85ef1b

#851bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#851bef Color CSS Codes

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

#851bef Text Font Color

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

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


#851bef Background Color

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

This div background color is #851bef


#851bef Border Color

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

This div border color is #851bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851bef


Comments

No comments written yet.

Please login to write comment.