Color Hex Logo

#863ffc Color Hex

#863FFC
(134,63,252)
0 Favorites   0 Comments

Color spaces of #863ffc

RGB 13463252
HSL0.730.970.62
HSV263°75°99°
CMYK 0.470.750.00   0.01
XYZ29.179715.651693.5786
Yxy15.65160.21080.1131
Hunter Lab39.562162.4220-112.5487
CIE-Lab46.514067.8438-82.3697

#863ffc color RGB value is (134,63,252).

#863ffc hex color red value is 134, green value is 63 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #863ffc hue: 0.73 , saturation: 0.97 and the lightness value of 863ffc is 0.62.

The process color (four color CMYK) of #863ffc color hex is 0.47, 0.75, 0.00, 0.01. Web safe color of #863ffc is #9933ff. Color #863ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111111 11111100
Octal 206 77 374
Decimal 134 63 252
Hex 86 3F FC

RGB Percentages of Color #863ffc

%29.84
%14.03
%56.12

CMYK Percentages of Color #863ffc

%47
%75
%0
%1

Triadic Colors of #863ffc

#863ffc #fc863f #3ffc86

Analogous Colors of #863ffc

#863ffc #e53ffc #3f57fc

Monochromatic Colors of #863ffc

#863ffc

Complementary Color

#863ffc #b5fc3f

#863ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#863ffc Color CSS Codes

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

#863ffc Text Font Color

<p style="color:#863ffc">Text here</p>

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


#863ffc Background Color

<div style="background-color:#863ffc">
Div content here</div>

This div background color is #863ffc


#863ffc Border Color

<div style="border:3px solid #863ffc">
Div here</div>

This div border color is #863ffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,63,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #863ffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #863ffc;
  -webkit-box-shadow: 1px 1px 3px 2px #863ffc;
  box-shadow:         1px 1px 3px 2px #863ffc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,63,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.