Color Hex Logo

#863fed Color Hex

#863FED
(134,63,237)
0 Favorites   0 Comments

Color spaces of #863fed

RGB 13463237
HSL0.730.830.59
HSV264°73°93°
CMYK 0.430.730.00   0.07
XYZ26.895114.737881.5479
Yxy14.73780.21830.1196
Hunter Lab38.389857.8710-99.0712
CIE-Lab45.273064.1501-75.9842

#863fed color RGB value is (134,63,237).

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

The process color (four color CMYK) of #863fed color hex is 0.43, 0.73, 0.00, 0.07. Web safe color of #863fed is #9933ff. Color #863fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111111 11101101
Octal 206 77 355
Decimal 134 63 237
Hex 86 3F ED

RGB Percentages of Color #863fed

%30.88
%14.52
%54.61

CMYK Percentages of Color #863fed

%43
%73
%0
%7

Triadic Colors of #863fed

#863fed #ed863f #3fed86

Analogous Colors of #863fed

#863fed #dd3fed #3f4fed

Monochromatic Colors of #863fed

#863fed

Complementary Color

#863fed #a6ed3f

#863fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#863fed Color CSS Codes

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

#863fed Text Font Color

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

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


#863fed Background Color

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

This div background color is #863fed


#863fed Border Color

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

This div border color is #863fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863fed


Comments

No comments written yet.

Please login to write comment.