Color Hex Logo

#867cfe Color Hex

#867CFE
(134,124,254)
0 Favorites   0 Comments

Color spaces of #867cfe

RGB 134124254
HSL0.680.980.74
HSV245°51°100°
CMYK 0.470.510.00   0.00
XYZ34.928626.639497.0669
Yxy26.63940.22020.1679
Hunter Lab51.613430.4739-75.3746
CIE-Lab58.639136.4184-63.7985

#867cfe color RGB value is (134,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111100 11111110
Octal 206 174 376
Decimal 134 124 254
Hex 86 7C FE

RGB Percentages of Color #867cfe

%26.17
%24.22
%49.61

CMYK Percentages of Color #867cfe

%47
%51
%0
%0

Triadic Colors of #867cfe

#867cfe #fe867c #7cfe86

Analogous Colors of #867cfe

#867cfe #c77cfe #7cb3fe

Monochromatic Colors of #867cfe

#867cfe

Complementary Color

#867cfe #f4fe7c

#867cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#867cfe Color CSS Codes

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

#867cfe Text Font Color

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

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


#867cfe Background Color

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

This div background color is #867cfe


#867cfe Border Color

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

This div border color is #867cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.