Color Hex Logo

#877dfa Color Hex

#877DFA
(135,125,250)
0 Favorites   0 Comments

Color spaces of #877dfa

RGB 135125250
HSL0.680.930.74
HSV245°50°98°
CMYK 0.460.500.00   0.02
XYZ34.580626.720393.7774
Yxy26.72030.22300.1723
Hunter Lab51.691728.9521-71.3778
CIE-Lab58.714534.8996-61.4689

#877dfa color RGB value is (135,125,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111101 11111010
Octal 207 175 372
Decimal 135 125 250
Hex 87 7D FA

RGB Percentages of Color #877dfa

%26.47
%24.51
%49.02

CMYK Percentages of Color #877dfa

%46
%50
%0
%2

Triadic Colors of #877dfa

#877dfa #fa877d #7dfa87

Analogous Colors of #877dfa

#877dfa #c67dfa #7db2fa

Monochromatic Colors of #877dfa

#877dfa

Complementary Color

#877dfa #f0fa7d

#877dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#877dfa Color CSS Codes

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

#877dfa Text Font Color

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

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


#877dfa Background Color

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

This div background color is #877dfa


#877dfa Border Color

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

This div border color is #877dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877dfa


Comments

No comments written yet.

Please login to write comment.