Color Hex Logo

#863aef Color Hex

#863AEF
(134,58,239)
0 Favorites   0 Comments

Color spaces of #863aef

RGB 13458239
HSL0.740.850.58
HSV265°76°94°
CMYK 0.440.760.00   0.06
XYZ26.924614.326483.0076
Yxy14.32640.21670.1153
Hunter Lab37.850260.7373-103.5310
CIE-Lab44.697466.7508-78.0538

#863aef color RGB value is (134,58,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111010 11101111
Octal 206 72 357
Decimal 134 58 239
Hex 86 3A EF

RGB Percentages of Color #863aef

%31.09
%13.46
%55.45

CMYK Percentages of Color #863aef

%44
%76
%0
%6

Triadic Colors of #863aef

#863aef #ef863a #3aef86

Analogous Colors of #863aef

#863aef #e13aef #3a48ef

Monochromatic Colors of #863aef

#863aef

Complementary Color

#863aef #a3ef3a

#863aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#863aef Color CSS Codes

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

#863aef Text Font Color

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

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


#863aef Background Color

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

This div background color is #863aef


#863aef Border Color

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

This div border color is #863aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863aef


Comments

No comments written yet.

Please login to write comment.