Color Hex Logo

#877efa Color Hex

#877EFA
(135,126,250)
0 Favorites   0 Comments

Color spaces of #877efa

RGB 135126250
HSL0.680.930.74
HSV244°50°98°
CMYK 0.460.500.00   0.02
XYZ34.707826.974793.8198
Yxy26.97470.22320.1735
Hunter Lab51.937228.3953-70.7460
CIE-Lab58.950934.3179-61.0901

#877efa color RGB value is (135,126,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111110 11111010
Octal 207 176 372
Decimal 135 126 250
Hex 87 7E FA

RGB Percentages of Color #877efa

%26.42
%24.66
%48.92

CMYK Percentages of Color #877efa

%46
%50
%0
%2

Triadic Colors of #877efa

#877efa #fa877e #7efa87

Analogous Colors of #877efa

#877efa #c57efa #7eb3fa

Monochromatic Colors of #877efa

#877efa

Complementary Color

#877efa #f1fa7e

#877efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#877efa Color CSS Codes

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

#877efa Text Font Color

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

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


#877efa Background Color

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

This div background color is #877efa


#877efa Border Color

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

This div border color is #877efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877efa


Comments

No comments written yet.

Please login to write comment.