Color Hex Logo

#877fdc Color Hex

#877FDC
(135,127,220)
0 Favorites   0 Comments

Color spaces of #877fdc

RGB 135127220
HSL0.680.570.68
HSV245°42°86°
CMYK 0.390.420.00   0.14
XYZ30.499325.496971.0241
Yxy25.49690.24010.2007
Hunter Lab50.494519.4510-48.0496
CIE-Lab57.556425.2573-46.6303

#877fdc color RGB value is (135,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111111 11011100
Octal 207 177 334
Decimal 135 127 220
Hex 87 7F DC

RGB Percentages of Color #877fdc

%28.01
%26.35
%45.64

CMYK Percentages of Color #877fdc

%39
%42
%0
%14

Triadic Colors of #877fdc

#877fdc #dc877f #7fdc87

Analogous Colors of #877fdc

#877fdc #b67fdc #7fa6dc

Monochromatic Colors of #877fdc

#877fdc

Complementary Color

#877fdc #d4dc7f

#877fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#877fdc Color CSS Codes

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

#877fdc Text Font Color

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

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


#877fdc Background Color

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

This div background color is #877fdc


#877fdc Border Color

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

This div border color is #877fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877fdc


Comments

No comments written yet.

Please login to write comment.