Color Hex Logo

#876fde Color Hex

#876FDE
(135,111,222)
0 Favorites   0 Comments

Color spaces of #876fde

RGB 135111222
HSL0.700.630.65
HSV253°50°87°
CMYK 0.390.500.00   0.13
XYZ28.860921.793771.7927
Yxy21.79370.23570.1780
Hunter Lab46.683728.6561-58.5007
CIE-Lab53.807435.1739-53.7175

#876fde color RGB value is (135,111,222).

#876fde hex color red value is 135, green value is 111 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #876fde hue: 0.70 , saturation: 0.63 and the lightness value of 876fde is 0.65.

The process color (four color CMYK) of #876fde color hex is 0.39, 0.50, 0.00, 0.13. Web safe color of #876fde is #9966cc. Color #876fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101111 11011110
Octal 207 157 336
Decimal 135 111 222
Hex 87 6F DE

RGB Percentages of Color #876fde

%28.85
%23.72
%47.44

CMYK Percentages of Color #876fde

%39
%50
%0
%13

Triadic Colors of #876fde

#876fde #de876f #6fde87

Analogous Colors of #876fde

#876fde #bf6fde #6f8fde

Monochromatic Colors of #876fde

#876fde

Complementary Color

#876fde #c6de6f

#876fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#876fde Color CSS Codes

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

#876fde Text Font Color

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

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


#876fde Background Color

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

This div background color is #876fde


#876fde Border Color

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

This div border color is #876fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876fde


Comments

No comments written yet.

Please login to write comment.