Color Hex Logo

#876ffd Color Hex

#876FFD
(135,111,253)
0 Favorites   0 Comments

Color spaces of #876ffd

RGB 135111253
HSL0.690.970.71
HSV250°56°99°
CMYK 0.470.560.00   0.01
XYZ33.405723.611695.7253
Yxy23.61160.21870.1546
Hunter Lab48.591837.6790-82.7865
CIE-Lab55.696843.8180-67.9804

#876ffd color RGB value is (135,111,253).

#876ffd hex color red value is 135, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #876ffd hue: 0.69 , saturation: 0.97 and the lightness value of 876ffd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101111 11111101
Octal 207 157 375
Decimal 135 111 253
Hex 87 6F FD

RGB Percentages of Color #876ffd

%27.05
%22.24
%50.70

CMYK Percentages of Color #876ffd

%47
%56
%0
%1

Triadic Colors of #876ffd

#876ffd #fd876f #6ffd87

Analogous Colors of #876ffd

#876ffd #ce6ffd #6f9efd

Monochromatic Colors of #876ffd

#876ffd

Complementary Color

#876ffd #e5fd6f

#876ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#876ffd Color CSS Codes

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

#876ffd Text Font Color

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

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


#876ffd Background Color

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

This div background color is #876ffd


#876ffd Border Color

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

This div border color is #876ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.