Color Hex Logo

#877edf Color Hex

#877EDF
(135,126,223)
0 Favorites   0 Comments

Color spaces of #877edf

RGB 135126223
HSL0.680.600.68
HSV246°43°87°
CMYK 0.390.430.00   0.13
XYZ30.771825.400373.0929
Yxy25.40030.23810.1965
Hunter Lab50.398720.7885-50.7088
CIE-Lab57.463426.6746-48.4587

#877edf color RGB value is (135,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111110 11011111
Octal 207 176 337
Decimal 135 126 223
Hex 87 7E DF

RGB Percentages of Color #877edf

%27.89
%26.03
%46.07

CMYK Percentages of Color #877edf

%39
%43
%0
%13

Triadic Colors of #877edf

#877edf #df877e #7edf87

Analogous Colors of #877edf

#877edf #b87edf #7ea6df

Monochromatic Colors of #877edf

#877edf

Complementary Color

#877edf #d6df7e

#877edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#877edf Color CSS Codes

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

#877edf Text Font Color

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

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


#877edf Background Color

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

This div background color is #877edf


#877edf Border Color

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

This div border color is #877edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877edf


Comments

No comments written yet.

Please login to write comment.