Color Hex Logo

#879bcf Color Hex

#879BCF
(135,155,207)
0 Favorites   0 Comments

Color spaces of #879bcf

RGB 135155207
HSL0.620.430.67
HSV223°35°81°
CMYK 0.350.250.00   0.19
XYZ32.975533.098663.6822
Yxy33.09860.25410.2551
Hunter Lab57.53141.6317-25.3569
CIE-Lab64.24075.4697-28.9104

#879bcf color RGB value is (135,155,207).

#879bcf hex color red value is 135, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #879bcf hue: 0.62 , saturation: 0.43 and the lightness value of 879bcf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011011 11001111
Octal 207 233 317
Decimal 135 155 207
Hex 87 9B CF

RGB Percentages of Color #879bcf

%27.16
%31.19
%41.65

CMYK Percentages of Color #879bcf

%35
%25
%0
%19

Triadic Colors of #879bcf

#879bcf #cf879b #9bcf87

Analogous Colors of #879bcf

#879bcf #9787cf #87bfcf

Monochromatic Colors of #879bcf

#879bcf

Complementary Color

#879bcf #cfbb87

#879bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#879bcf Color CSS Codes

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

#879bcf Text Font Color

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

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


#879bcf Background Color

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

This div background color is #879bcf


#879bcf Border Color

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

This div border color is #879bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879bcf


Comments

No comments written yet.

Please login to write comment.