Color Hex Logo

#865eee Color Hex

#865EEE
(134,94,238)
0 Favorites   0 Comments

Color spaces of #865eee

RGB 13494238
HSL0.710.810.65
HSV257°61°93°
CMYK 0.440.610.00   0.07
XYZ29.266819.246883.0614
Yxy19.24680.22240.1463
Hunter Lab43.871242.3042-81.5441
CIE-Lab50.974748.9521-67.2703

#865eee color RGB value is (134,94,238).

#865eee hex color red value is 134, green value is 94 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #865eee hue: 0.71 , saturation: 0.81 and the lightness value of 865eee is 0.65.

The process color (four color CMYK) of #865eee color hex is 0.44, 0.61, 0.00, 0.07. Web safe color of #865eee is #9966ff. Color #865eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011110 11101110
Octal 206 136 356
Decimal 134 94 238
Hex 86 5E EE

RGB Percentages of Color #865eee

%28.76
%20.17
%51.07

CMYK Percentages of Color #865eee

%44
%61
%0
%7

Triadic Colors of #865eee

#865eee #ee865e #5eee86

Analogous Colors of #865eee

#865eee #ce5eee #5e7eee

Monochromatic Colors of #865eee

#865eee

Complementary Color

#865eee #c6ee5e

#865eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#865eee Color CSS Codes

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

#865eee Text Font Color

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

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


#865eee Background Color

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

This div background color is #865eee


#865eee Border Color

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

This div border color is #865eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865eee


Comments

No comments written yet.

Please login to write comment.