Color Hex Logo

#876cfe Color Hex

#876CFE
(135,108,254)
0 Favorites   0 Comments

Color spaces of #876cfe

RGB 135108254
HSL0.700.990.71
HSV251°57°100°
CMYK 0.470.570.00   0.00
XYZ33.243623.031896.4594
Yxy23.03180.21770.1508
Hunter Lab47.991539.6616-85.5746
CIE-Lab55.105145.7968-69.4892

#876cfe color RGB value is (135,108,254).

#876cfe hex color red value is 135, green value is 108 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #876cfe hue: 0.70 , saturation: 0.99 and the lightness value of 876cfe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101100 11111110
Octal 207 154 376
Decimal 135 108 254
Hex 87 6C FE

RGB Percentages of Color #876cfe

%27.16
%21.73
%51.11

CMYK Percentages of Color #876cfe

%47
%57
%0
%0

Triadic Colors of #876cfe

#876cfe #fe876c #6cfe87

Analogous Colors of #876cfe

#876cfe #d06cfe #6c9afe

Monochromatic Colors of #876cfe

#876cfe

Complementary Color

#876cfe #e3fe6c

#876cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#876cfe Color CSS Codes

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

#876cfe Text Font Color

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

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


#876cfe Background Color

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

This div background color is #876cfe


#876cfe Border Color

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

This div border color is #876cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876cfe


Comments

No comments written yet.

Please login to write comment.