Color Hex Logo

#864ded Color Hex

#864DED
(134,77,237)
0 Favorites   0 Comments

Color spaces of #864ded

RGB 13477237
HSL0.730.820.62
HSV261°68°93°
CMYK 0.430.680.00   0.07
XYZ27.771516.490581.8400
Yxy16.49050.22020.1308
Hunter Lab40.608551.0084-91.0637
CIE-Lab47.611557.5975-72.1687

#864ded color RGB value is (134,77,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001101 11101101
Octal 206 115 355
Decimal 134 77 237
Hex 86 4D ED

RGB Percentages of Color #864ded

%29.91
%17.19
%52.90

CMYK Percentages of Color #864ded

%43
%68
%0
%7

Triadic Colors of #864ded

#864ded #ed864d #4ded86

Analogous Colors of #864ded

#864ded #d64ded #4d64ed

Monochromatic Colors of #864ded

#864ded

Complementary Color

#864ded #b4ed4d

#864ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#864ded Color CSS Codes

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

#864ded Text Font Color

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

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


#864ded Background Color

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

This div background color is #864ded


#864ded Border Color

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

This div border color is #864ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864ded


Comments

No comments written yet.

Please login to write comment.