Color Hex Logo

#877bcf Color Hex

#877BCF
(135,123,207)
0 Favorites   0 Comments

Color spaces of #877bcf

RGB 135123207
HSL0.690.470.65
HSV249°41°81°
CMYK 0.350.410.00   0.19
XYZ28.337123.821862.1360
Yxy23.82180.24790.2084
Hunter Lab48.807618.2217-41.3157
CIE-Lab55.908924.0702-41.9107

#877bcf color RGB value is (135,123,207).

#877bcf hex color red value is 135, green value is 123 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #877bcf hue: 0.69 , saturation: 0.47 and the lightness value of 877bcf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111011 11001111
Octal 207 173 317
Decimal 135 123 207
Hex 87 7B CF

RGB Percentages of Color #877bcf

%29.03
%26.45
%44.52

CMYK Percentages of Color #877bcf

%35
%41
%0
%19

Triadic Colors of #877bcf

#877bcf #cf877b #7bcf87

Analogous Colors of #877bcf

#877bcf #b17bcf #7b99cf

Monochromatic Colors of #877bcf

#877bcf

Complementary Color

#877bcf #c3cf7b

#877bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#877bcf Color CSS Codes

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

#877bcf Text Font Color

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

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


#877bcf Background Color

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

This div background color is #877bcf


#877bcf Border Color

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

This div border color is #877bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877bcf


Comments

No comments written yet.

Please login to write comment.