Color Hex Logo

#864dde Color Hex

#864DDE
(134,77,222)
0 Favorites   0 Comments

Color spaces of #864dde

RGB 13477222
HSL0.730.690.59
HSV264°65°87°
CMYK 0.400.650.00   0.13
XYZ25.670215.650070.7750
Yxy15.65000.22900.1396
Hunter Lab39.560146.5970-78.3808
CIE-Lab46.511953.7488-65.4695

#864dde color RGB value is (134,77,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001101 11011110
Octal 206 115 336
Decimal 134 77 222
Hex 86 4D DE

RGB Percentages of Color #864dde

%30.95
%17.78
%51.27

CMYK Percentages of Color #864dde

%40
%65
%0
%13

Triadic Colors of #864dde

#864dde #de864d #4dde86

Analogous Colors of #864dde

#864dde #cf4dde #4d5dde

Monochromatic Colors of #864dde

#864dde

Complementary Color

#864dde #a5de4d

#864dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#864dde Color CSS Codes

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

#864dde Text Font Color

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

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


#864dde Background Color

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

This div background color is #864dde


#864dde Border Color

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

This div border color is #864dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864dde


Comments

No comments written yet.

Please login to write comment.