Color Hex Logo

#863bef Color Hex

#863BEF
(134,59,239)
0 Favorites   0 Comments

Color spaces of #863bef

RGB 13459239
HSL0.740.850.58
HSV265°75°94°
CMYK 0.440.750.00   0.06
XYZ26.975514.428383.0245
Yxy14.42830.21680.1160
Hunter Lab37.984660.2922-103.0034
CIE-Lab44.841066.3388-77.8186

#863bef color RGB value is (134,59,239).

#863bef hex color red value is 134, green value is 59 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #863bef hue: 0.74 , saturation: 0.85 and the lightness value of 863bef is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111011 11101111
Octal 206 73 357
Decimal 134 59 239
Hex 86 3B EF

RGB Percentages of Color #863bef

%31.02
%13.66
%55.32

CMYK Percentages of Color #863bef

%44
%75
%0
%6

Triadic Colors of #863bef

#863bef #ef863b #3bef86

Analogous Colors of #863bef

#863bef #e03bef #3b4aef

Monochromatic Colors of #863bef

#863bef

Complementary Color

#863bef #a4ef3b

#863bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#863bef Color CSS Codes

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

#863bef Text Font Color

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

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


#863bef Background Color

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

This div background color is #863bef


#863bef Border Color

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

This div border color is #863bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863bef


Comments

No comments written yet.

Please login to write comment.