Color Hex Logo

#877eeb Color Hex

#877EEB
(135,126,235)
0 Favorites   0 Comments

Color spaces of #877eeb

RGB 135126235
HSL0.680.730.71
HSV245°46°92°
CMYK 0.430.460.00   0.08
XYZ32.447926.070881.9192
Yxy26.07080.23100.1856
Hunter Lab51.059624.0809-59.3823
CIE-Lab58.104230.0362-54.1366

#877eeb color RGB value is (135,126,235).

#877eeb hex color red value is 135, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #877eeb hue: 0.68 , saturation: 0.73 and the lightness value of 877eeb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111110 11101011
Octal 207 176 353
Decimal 135 126 235
Hex 87 7E EB

RGB Percentages of Color #877eeb

%27.22
%25.40
%47.38

CMYK Percentages of Color #877eeb

%43
%46
%0
%8

Triadic Colors of #877eeb

#877eeb #eb877e #7eeb87

Analogous Colors of #877eeb

#877eeb #be7eeb #7eaceb

Monochromatic Colors of #877eeb

#877eeb

Complementary Color

#877eeb #e2eb7e

#877eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#877eeb Color CSS Codes

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

#877eeb Text Font Color

<p style="color:#877eeb">Text here</p>

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


#877eeb Background Color

<div style="background-color:#877eeb">
Div content here</div>

This div background color is #877eeb


#877eeb Border Color

<div style="border:3px solid #877eeb">
Div here</div>

This div border color is #877eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877eeb


Comments

No comments written yet.

Please login to write comment.