Color Hex Logo

#861bef Color Hex

#861BEF
(134,27,239)
0 Favorites   0 Comments

Color spaces of #861bef

RGB 13427239
HSL0.750.870.52
HSV270°89°94°
CMYK 0.440.890.00   0.06
XYZ25.803412.084282.6338
Yxy12.08420.21410.1003
Hunter Lab34.762371.6630-116.6051
CIE-Lab41.349676.5581-83.5512

#861bef color RGB value is (134,27,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011011 11101111
Octal 206 33 357
Decimal 134 27 239
Hex 86 1B EF

RGB Percentages of Color #861bef

%33.50
%6.75
%59.75

CMYK Percentages of Color #861bef

%44
%89
%0
%6

Triadic Colors of #861bef

#861bef #ef861b #1bef86

Analogous Colors of #861bef

#861bef #ef1bee #1c1bef

Monochromatic Colors of #861bef

#861bef

Complementary Color

#861bef #84ef1b

#861bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#861bef Color CSS Codes

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

#861bef Text Font Color

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

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


#861bef Background Color

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

This div background color is #861bef


#861bef Border Color

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

This div border color is #861bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,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 #861bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861bef


Comments

No comments written yet.

Please login to write comment.