Color Hex Logo

#875ebf Color Hex

#875EBF
(135,94,191)
0 Favorites   0 Comments

Color spaces of #875ebf

RGB 13594191
HSL0.740.430.56
HSV265°51°75°
CMYK 0.290.510.00   0.25
XYZ23.398316.917951.3225
Yxy16.91790.25530.1846
Hunter Lab41.131429.5629-45.1883
CIE-Lab48.156436.8298-45.0343

#875ebf color RGB value is (135,94,191).

#875ebf hex color red value is 135, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #875ebf hue: 0.74 , saturation: 0.43 and the lightness value of 875ebf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011110 10111111
Octal 207 136 277
Decimal 135 94 191
Hex 87 5E BF

RGB Percentages of Color #875ebf

%32.14
%22.38
%45.48

CMYK Percentages of Color #875ebf

%29
%51
%0
%25

Triadic Colors of #875ebf

#875ebf #bf875e #5ebf87

Analogous Colors of #875ebf

#875ebf #b85ebf #5e66bf

Monochromatic Colors of #875ebf

#875ebf

Complementary Color

#875ebf #96bf5e

#875ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#875ebf Color CSS Codes

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

#875ebf Text Font Color

<p style="color:#875ebf">Text here</p>

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


#875ebf Background Color

<div style="background-color:#875ebf">
Div content here</div>

This div background color is #875ebf


#875ebf Border Color

<div style="border:3px solid #875ebf">
Div here</div>

This div border color is #875ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,94,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #875ebf;
  box-shadow:         1px 1px 3px 2px #875ebf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875ebf


Comments

No comments written yet.

Please login to write comment.