Color Hex Logo

#877dff Color Hex

#877DFF
(135,125,255)
0 Favorites   0 Comments

Color spaces of #877dff

RGB 135125255
HSL0.681.000.75
HSV245°51°100°
CMYK 0.470.510.00   0.00
XYZ35.375327.038197.9621
Yxy27.03810.22060.1686
Hunter Lab51.998230.4400-75.3008
CIE-Lab59.009636.3416-63.7496

#877dff color RGB value is (135,125,255).

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

The process color (four color CMYK) of #877dff color hex is 0.47, 0.51, 0.00, 0.00. Web safe color of #877dff is #9966ff. Color #877dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111101 11111111
Octal 207 175 377
Decimal 135 125 255
Hex 87 7D FF

RGB Percentages of Color #877dff

%26.21
%24.27
%49.51

CMYK Percentages of Color #877dff

%47
%51
%0
%0

Triadic Colors of #877dff

#877dff #ff877d #7dff87

Analogous Colors of #877dff

#877dff #c87dff #7db4ff

Monochromatic Colors of #877dff

#877dff

Complementary Color

#877dff #f5ff7d

#877dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#877dff Color CSS Codes

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

#877dff Text Font Color

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

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


#877dff Background Color

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

This div background color is #877dff


#877dff Border Color

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

This div border color is #877dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877dff


Comments

No comments written yet.

Please login to write comment.