Color Hex Logo

#865eda Color Hex

#865EDA
(134,94,218)
0 Favorites   0 Comments

Color spaces of #865eda

RGB 13494218
HSL0.720.630.61
HSV259°57°85°
CMYK 0.390.570.00   0.15
XYZ26.489118.135768.4341
Yxy18.13570.23430.1604
Hunter Lab42.586036.5039-65.4665
CIE-Lab49.660343.5791-58.1098

#865eda color RGB value is (134,94,218).

#865eda hex color red value is 134, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #865eda hue: 0.72 , saturation: 0.63 and the lightness value of 865eda is 0.61.

The process color (four color CMYK) of #865eda color hex is 0.39, 0.57, 0.00, 0.15. Web safe color of #865eda is #9966cc. Color #865eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011110 11011010
Octal 206 136 332
Decimal 134 94 218
Hex 86 5E DA

RGB Percentages of Color #865eda

%30.04
%21.08
%48.88

CMYK Percentages of Color #865eda

%39
%57
%0
%15

Triadic Colors of #865eda

#865eda #da865e #5eda86

Analogous Colors of #865eda

#865eda #c45eda #5e74da

Monochromatic Colors of #865eda

#865eda

Complementary Color

#865eda #b2da5e

#865eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#865eda Color CSS Codes

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

#865eda Text Font Color

<p style="color:#865eda">Text here</p>

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


#865eda Background Color

<div style="background-color:#865eda">
Div content here</div>

This div background color is #865eda


#865eda Border Color

<div style="border:3px solid #865eda">
Div here</div>

This div border color is #865eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,94,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #865eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #865eda;
  -webkit-box-shadow: 1px 1px 3px 2px #865eda;
  box-shadow:         1px 1px 3px 2px #865eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865eda


Comments

No comments written yet.

Please login to write comment.