Color Hex Logo

#876cfc Color Hex

#876CFC
(135,108,252)
0 Favorites   0 Comments

Color spaces of #876cfc

RGB 135108252
HSL0.700.960.71
HSV251°57°99°
CMYK 0.460.570.00   0.01
XYZ32.924922.904394.7811
Yxy22.90430.21860.1521
Hunter Lab47.858439.0494-83.9198
CIE-Lab54.973645.2341-68.5953

#876cfc color RGB value is (135,108,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101100 11111100
Octal 207 154 374
Decimal 135 108 252
Hex 87 6C FC

RGB Percentages of Color #876cfc

%27.27
%21.82
%50.91

CMYK Percentages of Color #876cfc

%46
%57
%0
%1

Triadic Colors of #876cfc

#876cfc #fc876c #6cfc87

Analogous Colors of #876cfc

#876cfc #cf6cfc #6c99fc

Monochromatic Colors of #876cfc

#876cfc

Complementary Color

#876cfc #e1fc6c

#876cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#876cfc Color CSS Codes

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

#876cfc Text Font Color

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

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


#876cfc Background Color

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

This div background color is #876cfc


#876cfc Border Color

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

This div border color is #876cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,108,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876cfc


Comments

No comments written yet.

Please login to write comment.