Color Hex Logo

#864aef Color Hex

#864AEF
(134,74,239)
0 Favorites   0 Comments

Color spaces of #864aef

RGB 13474239
HSL0.730.840.61
HSV262°69°94°
CMYK 0.440.690.00   0.06
XYZ27.860316.197983.3195
Yxy16.19790.21870.1272
Hunter Lab40.246653.1332-94.5709
CIE-Lab47.233159.5821-73.9105

#864aef color RGB value is (134,74,239).

#864aef hex color red value is 134, green value is 74 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #864aef hue: 0.73 , saturation: 0.84 and the lightness value of 864aef is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001010 11101111
Octal 206 112 357
Decimal 134 74 239
Hex 86 4A EF

RGB Percentages of Color #864aef

%29.98
%16.55
%53.47

CMYK Percentages of Color #864aef

%44
%69
%0
%6

Triadic Colors of #864aef

#864aef #ef864a #4aef86

Analogous Colors of #864aef

#864aef #d94aef #4a60ef

Monochromatic Colors of #864aef

#864aef

Complementary Color

#864aef #b3ef4a

#864aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#864aef Color CSS Codes

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

#864aef Text Font Color

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

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


#864aef Background Color

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

This div background color is #864aef


#864aef Border Color

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

This div border color is #864aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864aef


Comments

No comments written yet.

Please login to write comment.