Color Hex Logo

#877fdf Color Hex

#877FDF
(135,127,223)
0 Favorites   0 Comments

Color spaces of #877fdf

RGB 135127223
HSL0.680.600.69
HSV245°43°87°
CMYK 0.390.430.00   0.13
XYZ30.900325.657473.1358
Yxy25.65740.23830.1978
Hunter Lab50.653120.2487-50.1490
CIE-Lab57.710426.0871-48.0670

#877fdf color RGB value is (135,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111111 11011111
Octal 207 177 337
Decimal 135 127 223
Hex 87 7F DF

RGB Percentages of Color #877fdf

%27.84
%26.19
%45.98

CMYK Percentages of Color #877fdf

%39
%43
%0
%13

Triadic Colors of #877fdf

#877fdf #df877f #7fdf87

Analogous Colors of #877fdf

#877fdf #b77fdf #7fa7df

Monochromatic Colors of #877fdf

#877fdf

Complementary Color

#877fdf #d7df7f

#877fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#877fdf Color CSS Codes

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

#877fdf Text Font Color

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

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


#877fdf Background Color

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

This div background color is #877fdf


#877fdf Border Color

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

This div border color is #877fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877fdf


Comments

No comments written yet.

Please login to write comment.