Color Hex Logo

#864ffe Color Hex

#864FFE
(134,79,254)
0 Favorites   0 Comments

Color spaces of #864ffe

RGB 13479254
HSL0.720.990.65
HSV259°69°100°
CMYK 0.470.690.00   0.00
XYZ30.516917.816195.5964
Yxy17.81610.21200.1238
Hunter Lab42.209155.1883-104.7353
CIE-Lab49.272361.0305-78.9711

#864ffe color RGB value is (134,79,254).

#864ffe hex color red value is 134, green value is 79 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #864ffe hue: 0.72 , saturation: 0.99 and the lightness value of 864ffe is 0.65.

The process color (four color CMYK) of #864ffe color hex is 0.47, 0.69, 0.00, 0.00. Web safe color of #864ffe is #9966ff. Color #864ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001111 11111110
Octal 206 117 376
Decimal 134 79 254
Hex 86 4F FE

RGB Percentages of Color #864ffe

%28.69
%16.92
%54.39

CMYK Percentages of Color #864ffe

%47
%69
%0
%0

Triadic Colors of #864ffe

#864ffe #fe864f #4ffe86

Analogous Colors of #864ffe

#864ffe #de4ffe #4f70fe

Monochromatic Colors of #864ffe

#864ffe

Complementary Color

#864ffe #c7fe4f

#864ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#864ffe Color CSS Codes

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

#864ffe Text Font Color

<p style="color:#864ffe">Text here</p>

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


#864ffe Background Color

<div style="background-color:#864ffe">
Div content here</div>

This div background color is #864ffe


#864ffe Border Color

<div style="border:3px solid #864ffe">
Div here</div>

This div border color is #864ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,79,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #864ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #864ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #864ffe;
  box-shadow:         1px 1px 3px 2px #864ffe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.