Color Hex Logo

#862efb Color Hex

#862EFB
(134,46,251)
0 Favorites   0 Comments

Color spaces of #862efb

RGB 13446251
HSL0.740.960.58
HSV266°82°98°
CMYK 0.470.820.00   0.02
XYZ28.221113.987492.4792
Yxy13.98740.20950.1039
Hunter Lab37.399769.2430-120.4280
CIE-Lab44.214974.0193-85.5862

#862efb color RGB value is (134,46,251).

#862efb hex color red value is 134, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #862efb hue: 0.74 , saturation: 0.96 and the lightness value of 862efb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101110 11111011
Octal 206 56 373
Decimal 134 46 251
Hex 86 2E FB

RGB Percentages of Color #862efb

%31.09
%10.67
%58.24

CMYK Percentages of Color #862efb

%47
%82
%0
%2

Triadic Colors of #862efb

#862efb #fb862e #2efb86

Analogous Colors of #862efb

#862efb #ed2efb #2e3cfb

Monochromatic Colors of #862efb

#862efb

Complementary Color

#862efb #a3fb2e

#862efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#862efb Color CSS Codes

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

#862efb Text Font Color

<p style="color:#862efb">Text here</p>

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


#862efb Background Color

<div style="background-color:#862efb">
Div content here</div>

This div background color is #862efb


#862efb Border Color

<div style="border:3px solid #862efb">
Div here</div>

This div border color is #862efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,46,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #862efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #862efb;
  -webkit-box-shadow: 1px 1px 3px 2px #862efb;
  box-shadow:         1px 1px 3px 2px #862efb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862efb


Comments

No comments written yet.

Please login to write comment.