Color Hex Logo

#875bcd Color Hex

#875BCD
(135,91,205)
0 Favorites   0 Comments

Color spaces of #875bcd

RGB 13591205
HSL0.730.530.58
HSV263°56°80°
CMYK 0.340.560.00   0.20
XYZ24.752217.040859.7422
Yxy17.04080.24380.1678
Hunter Lab41.280534.7895-56.9097
CIE-Lab48.311442.0929-52.8516

#875bcd color RGB value is (135,91,205).

#875bcd hex color red value is 135, green value is 91 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #875bcd hue: 0.73 , saturation: 0.53 and the lightness value of 875bcd is 0.58.

The process color (four color CMYK) of #875bcd color hex is 0.34, 0.56, 0.00, 0.20. Web safe color of #875bcd is #9966cc. Color #875bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011011 11001101
Octal 207 133 315
Decimal 135 91 205
Hex 87 5B CD

RGB Percentages of Color #875bcd

%31.32
%21.11
%47.56

CMYK Percentages of Color #875bcd

%34
%56
%0
%20

Triadic Colors of #875bcd

#875bcd #cd875b #5bcd87

Analogous Colors of #875bcd

#875bcd #c05bcd #5b68cd

Monochromatic Colors of #875bcd

#875bcd

Complementary Color

#875bcd #a1cd5b

#875bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#875bcd Color CSS Codes

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

#875bcd Text Font Color

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

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


#875bcd Background Color

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

This div background color is #875bcd


#875bcd Border Color

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

This div border color is #875bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875bcd


Comments

No comments written yet.

Please login to write comment.