Color Hex Logo

#867efe Color Hex

#867EFE
(134,126,254)
0 Favorites   0 Comments

Color spaces of #867efe

RGB 134126254
HSL0.680.980.75
HSV244°50°100°
CMYK 0.470.500.00   0.00
XYZ35.181827.145897.1513
Yxy27.14580.22060.1702
Hunter Lab52.101629.3549-74.0839
CIE-Lab59.109035.2559-63.0440

#867efe color RGB value is (134,126,254).

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

The process color (four color CMYK) of #867efe color hex is 0.47, 0.50, 0.00, 0.00. Web safe color of #867efe is #9966ff. Color #867efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111110 11111110
Octal 206 176 376
Decimal 134 126 254
Hex 86 7E FE

RGB Percentages of Color #867efe

%26.07
%24.51
%49.42

CMYK Percentages of Color #867efe

%47
%50
%0
%0

Triadic Colors of #867efe

#867efe #fe867e #7efe86

Analogous Colors of #867efe

#867efe #c67efe #7eb6fe

Monochromatic Colors of #867efe

#867efe

Complementary Color

#867efe #f6fe7e

#867efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#867efe Color CSS Codes

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

#867efe Text Font Color

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

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


#867efe Background Color

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

This div background color is #867efe


#867efe Border Color

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

This div border color is #867efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867efe

Related Colors


Comments

No comments written yet.

Please login to write comment.