Color Hex Logo

#865fee Color Hex

#865FEE
(134,95,238)
0 Favorites   0 Comments

Color spaces of #865fee

RGB 13495238
HSL0.710.810.65
HSV256°60°93°
CMYK 0.440.600.00   0.07
XYZ29.356319.425883.0912
Yxy19.42580.22260.1473
Hunter Lab44.074741.7606-80.9233
CIE-Lab51.181748.4037-66.9353

#865fee color RGB value is (134,95,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011111 11101110
Octal 206 137 356
Decimal 134 95 238
Hex 86 5F EE

RGB Percentages of Color #865fee

%28.69
%20.34
%50.96

CMYK Percentages of Color #865fee

%44
%60
%0
%7

Triadic Colors of #865fee

#865fee #ee865f #5fee86

Analogous Colors of #865fee

#865fee #ce5fee #5f80ee

Monochromatic Colors of #865fee

#865fee

Complementary Color

#865fee #c7ee5f

#865fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#865fee Color CSS Codes

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

#865fee Text Font Color

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

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


#865fee Background Color

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

This div background color is #865fee


#865fee Border Color

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

This div border color is #865fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865fee


Comments

No comments written yet.

Please login to write comment.