Color Hex Logo

#864ef1 Color Hex

#864EF1
(134,78,241)
0 Favorites   0 Comments

Color spaces of #864ef1

RGB 13478241
HSL0.720.850.63
HSV261°68°95°
CMYK 0.440.680.00   0.05
XYZ28.433116.868084.9763
Yxy16.86800.21830.1295
Hunter Lab41.070751.7013-93.9231
CIE-Lab48.093358.1351-73.6320

#864ef1 color RGB value is (134,78,241).

#864ef1 hex color red value is 134, green value is 78 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #864ef1 hue: 0.72 , saturation: 0.85 and the lightness value of 864ef1 is 0.63.

The process color (four color CMYK) of #864ef1 color hex is 0.44, 0.68, 0.00, 0.05. Web safe color of #864ef1 is #9966ff. Color #864ef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001110 11110001
Octal 206 116 361
Decimal 134 78 241
Hex 86 4E F1

RGB Percentages of Color #864ef1

%29.58
%17.22
%53.20

CMYK Percentages of Color #864ef1

%44
%68
%0
%5

Triadic Colors of #864ef1

#864ef1 #f1864e #4ef186

Analogous Colors of #864ef1

#864ef1 #d84ef1 #4e68f1

Monochromatic Colors of #864ef1

#864ef1

Complementary Color

#864ef1 #b9f14e

#864ef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864ef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864ef1 Color CSS Codes

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

#864ef1 Text Font Color

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

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


#864ef1 Background Color

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

This div background color is #864ef1


#864ef1 Border Color

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

This div border color is #864ef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864ef1


Comments

No comments written yet.

Please login to write comment.