Color Hex Logo

#865ece Color Hex

#865ECE
(134,94,206)
0 Favorites   0 Comments

Color spaces of #865ece

RGB 13494206
HSL0.730.530.59
HSV261°54°81°
CMYK 0.350.540.00   0.19
XYZ24.974817.530060.4598
Yxy17.53000.24260.1703
Hunter Lab41.868833.2049-56.3083
CIE-Lab48.921040.4196-52.4535

#865ece color RGB value is (134,94,206).

#865ece hex color red value is 134, green value is 94 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #865ece hue: 0.73 , saturation: 0.53 and the lightness value of 865ece is 0.59.

The process color (four color CMYK) of #865ece color hex is 0.35, 0.54, 0.00, 0.19. Web safe color of #865ece is #9966cc. Color #865ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011110 11001110
Octal 206 136 316
Decimal 134 94 206
Hex 86 5E CE

RGB Percentages of Color #865ece

%30.88
%21.66
%47.47

CMYK Percentages of Color #865ece

%35
%54
%0
%19

Triadic Colors of #865ece

#865ece #ce865e #5ece86

Analogous Colors of #865ece

#865ece #be5ece #5e6ece

Monochromatic Colors of #865ece

#865ece

Complementary Color

#865ece #a6ce5e

#865ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#865ece Color CSS Codes

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

#865ece Text Font Color

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

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


#865ece Background Color

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

This div background color is #865ece


#865ece Border Color

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

This div border color is #865ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865ece

#865ece Color Palettes


Comments

No comments written yet.

Please login to write comment.