Color Hex Logo

#868efe Color Hex

#868EFE
(134,142,254)
0 Favorites   0 Comments

Color spaces of #868efe

RGB 134142254
HSL0.660.980.76
HSV236°47°100°
CMYK 0.470.440.00   0.00
XYZ37.393931.570197.8887
Yxy31.57010.22410.1892
Hunter Lab56.187320.4680-63.9631
CIE-Lab62.986025.9168-56.8455

#868efe color RGB value is (134,142,254).

#868efe hex color red value is 134, green value is 142 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #868efe hue: 0.66 , saturation: 0.98 and the lightness value of 868efe is 0.76.

The process color (four color CMYK) of #868efe color hex is 0.47, 0.44, 0.00, 0.00. Web safe color of #868efe is #9999ff. Color #868efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001110 11111110
Octal 206 216 376
Decimal 134 142 254
Hex 86 8E FE

RGB Percentages of Color #868efe

%25.28
%26.79
%47.92

CMYK Percentages of Color #868efe

%47
%44
%0
%0

Triadic Colors of #868efe

#868efe #fe868e #8efe86

Analogous Colors of #868efe

#868efe #ba86fe #86cafe

Monochromatic Colors of #868efe

#868efe

Complementary Color

#868efe #fef686

#868efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#868efe Color CSS Codes

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

#868efe Text Font Color

<p style="color:#868efe">Text here</p>

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


#868efe Background Color

<div style="background-color:#868efe">
Div content here</div>

This div background color is #868efe


#868efe Border Color

<div style="border:3px solid #868efe">
Div here</div>

This div border color is #868efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,142,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868efe;
  -webkit-box-shadow: 1px 1px 3px 2px #868efe;
  box-shadow:         1px 1px 3px 2px #868efe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868efe

Related Colors


Comments

No comments written yet.

Please login to write comment.