Color Hex Logo

#877cbe Color Hex

#877CBE
(135,124,190)
0 Favorites   0 Comments

Color spaces of #877cbe

RGB 135124190
HSL0.690.340.62
HSV250°35°75°
CMYK 0.290.350.00   0.25
XYZ26.493623.283951.8131
Yxy23.28390.26080.2292
Hunter Lab48.253413.5623-29.8865
CIE-Lab55.363619.0145-33.1026

#877cbe color RGB value is (135,124,190).

#877cbe hex color red value is 135, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #877cbe hue: 0.69 , saturation: 0.34 and the lightness value of 877cbe is 0.62.

The process color (four color CMYK) of #877cbe color hex is 0.29, 0.35, 0.00, 0.25. Web safe color of #877cbe is #9966cc. Color #877cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111100 10111110
Octal 207 174 276
Decimal 135 124 190
Hex 87 7C BE

RGB Percentages of Color #877cbe

%30.07
%27.62
%42.32

CMYK Percentages of Color #877cbe

%29
%35
%0
%25

Triadic Colors of #877cbe

#877cbe #be877c #7cbe87

Analogous Colors of #877cbe

#877cbe #a87cbe #7c92be

Monochromatic Colors of #877cbe

#877cbe

Complementary Color

#877cbe #b3be7c

#877cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#877cbe Color CSS Codes

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

#877cbe Text Font Color

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

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


#877cbe Background Color

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

This div background color is #877cbe


#877cbe Border Color

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

This div border color is #877cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877cbe


Comments

No comments written yet.

Please login to write comment.