Color Hex Logo

#862dfb Color Hex

#862DFB
(134,45,251)
0 Favorites   0 Comments

Color spaces of #862dfb

RGB 13445251
HSL0.740.960.58
HSV266°82°98°
CMYK 0.470.820.00   0.02
XYZ28.182513.910192.4663
Yxy13.91010.20940.1034
Hunter Lab37.296269.6131-120.8867
CIE-Lab44.103774.3461-85.7690

#862dfb color RGB value is (134,45,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101101 11111011
Octal 206 55 373
Decimal 134 45 251
Hex 86 2D FB

RGB Percentages of Color #862dfb

%31.16
%10.47
%58.37

CMYK Percentages of Color #862dfb

%47
%82
%0
%2

Triadic Colors of #862dfb

#862dfb #fb862d #2dfb86

Analogous Colors of #862dfb

#862dfb #ed2dfb #2d3bfb

Monochromatic Colors of #862dfb

#862dfb

Complementary Color

#862dfb #a2fb2d

#862dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#862dfb Color CSS Codes

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

#862dfb Text Font Color

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

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


#862dfb Background Color

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

This div background color is #862dfb


#862dfb Border Color

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

This div border color is #862dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862dfb


Comments

No comments written yet.

Please login to write comment.