Color Hex Logo

#877ddc Color Hex

#877DDC
(135,125,220)
0 Favorites   0 Comments

Color spaces of #877ddc

RGB 135125220
HSL0.680.580.68
HSV246°43°86°
CMYK 0.390.430.00   0.14
XYZ30.243624.985470.9388
Yxy24.98540.23970.1980
Hunter Lab49.985420.5267-49.1540
CIE-Lab57.061226.4325-47.4147

#877ddc color RGB value is (135,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111101 11011100
Octal 207 175 334
Decimal 135 125 220
Hex 87 7D DC

RGB Percentages of Color #877ddc

%28.13
%26.04
%45.83

CMYK Percentages of Color #877ddc

%39
%43
%0
%14

Triadic Colors of #877ddc

#877ddc #dc877d #7ddc87

Analogous Colors of #877ddc

#877ddc #b77ddc #7da3dc

Monochromatic Colors of #877ddc

#877ddc

Complementary Color

#877ddc #d2dc7d

#877ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#877ddc Color CSS Codes

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

#877ddc Text Font Color

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

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


#877ddc Background Color

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

This div background color is #877ddc


#877ddc Border Color

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

This div border color is #877ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877ddc


Comments

No comments written yet.

Please login to write comment.