Color Hex Logo

#876deb Color Hex

#876DEB
(135,109,235)
0 Favorites   0 Comments

Color spaces of #876deb

RGB 135109235
HSL0.700.760.67
HSV252°54°92°
CMYK 0.430.540.00   0.08
XYZ30.455722.086381.2552
Yxy22.08630.22760.1651
Hunter Lab46.996133.4334-69.6139
CIE-Lab54.118539.9128-60.5158

#876deb color RGB value is (135,109,235).

#876deb hex color red value is 135, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #876deb hue: 0.70 , saturation: 0.76 and the lightness value of 876deb is 0.67.

The process color (four color CMYK) of #876deb color hex is 0.43, 0.54, 0.00, 0.08. Web safe color of #876deb is #9966ff. Color #876deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101101 11101011
Octal 207 155 353
Decimal 135 109 235
Hex 87 6D EB

RGB Percentages of Color #876deb

%28.18
%22.76
%49.06

CMYK Percentages of Color #876deb

%43
%54
%0
%8

Triadic Colors of #876deb

#876deb #eb876d #6deb87

Analogous Colors of #876deb

#876deb #c66deb #6d92eb

Monochromatic Colors of #876deb

#876deb

Complementary Color

#876deb #d1eb6d

#876deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#876deb Color CSS Codes

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

#876deb Text Font Color

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

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


#876deb Background Color

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

This div background color is #876deb


#876deb Border Color

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

This div border color is #876deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876deb


Comments

No comments written yet.

Please login to write comment.