Color Hex Logo

#864bde Color Hex

#864BDE
(134,75,222)
0 Favorites   0 Comments

Color spaces of #864bde

RGB 13475222
HSL0.730.690.58
HSV264°66°87°
CMYK 0.400.660.00   0.13
XYZ25.532415.374470.7291
Yxy15.37440.22870.1377
Hunter Lab39.210247.6155-79.5028
CIE-Lab46.142854.7605-66.0685

#864bde color RGB value is (134,75,222).

#864bde hex color red value is 134, green value is 75 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #864bde hue: 0.73 , saturation: 0.69 and the lightness value of 864bde is 0.58.

The process color (four color CMYK) of #864bde color hex is 0.40, 0.66, 0.00, 0.13. Web safe color of #864bde is #9933cc. Color #864bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001011 11011110
Octal 206 113 336
Decimal 134 75 222
Hex 86 4B DE

RGB Percentages of Color #864bde

%31.09
%17.40
%51.51

CMYK Percentages of Color #864bde

%40
%66
%0
%13

Triadic Colors of #864bde

#864bde #de864b #4bde86

Analogous Colors of #864bde

#864bde #d04bde #4b5ade

Monochromatic Colors of #864bde

#864bde

Complementary Color

#864bde #a3de4b

#864bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#864bde Color CSS Codes

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

#864bde Text Font Color

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

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


#864bde Background Color

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

This div background color is #864bde


#864bde Border Color

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

This div border color is #864bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864bde


Comments

No comments written yet.

Please login to write comment.