Color Hex Logo

#851eef Color Hex

#851EEF
(133,30,239)
0 Favorites   0 Comments

Color spaces of #851eef

RGB 13330239
HSL0.750.870.53
HSV270°87°94°
CMYK 0.440.870.00   0.06
XYZ25.717112.147182.6505
Yxy12.14710.21340.1008
Hunter Lab34.852770.7194-116.2048
CIE-Lab41.449075.7686-83.3922

#851eef color RGB value is (133,30,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011110 11101111
Octal 205 36 357
Decimal 133 30 239
Hex 85 1E EF

RGB Percentages of Color #851eef

%33.08
%7.46
%59.45

CMYK Percentages of Color #851eef

%44
%87
%0
%6

Triadic Colors of #851eef

#851eef #ef851e #1eef85

Analogous Colors of #851eef

#851eef #ee1eef #1e20ef

Monochromatic Colors of #851eef

#851eef

Complementary Color

#851eef #88ef1e

#851eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#851eef Color CSS Codes

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

#851eef Text Font Color

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

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


#851eef Background Color

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

This div background color is #851eef


#851eef Border Color

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

This div border color is #851eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851eef


Comments

No comments written yet.

Please login to write comment.