Color Hex Logo

#875bde Color Hex

#875BDE
(135,91,222)
0 Favorites   0 Comments

Color spaces of #875bde

RGB 13591222
HSL0.720.660.61
HSV260°59°87°
CMYK 0.390.590.00   0.13
XYZ26.917617.907071.1449
Yxy17.90700.23210.1544
Hunter Lab42.316739.4896-70.0597
CIE-Lab49.383146.5254-60.8205

#875bde color RGB value is (135,91,222).

#875bde hex color red value is 135, green value is 91 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #875bde hue: 0.72 , saturation: 0.66 and the lightness value of 875bde is 0.61.

The process color (four color CMYK) of #875bde color hex is 0.39, 0.59, 0.00, 0.13. Web safe color of #875bde is #9966cc. Color #875bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011011 11011110
Octal 207 133 336
Decimal 135 91 222
Hex 87 5B DE

RGB Percentages of Color #875bde

%30.13
%20.31
%49.55

CMYK Percentages of Color #875bde

%39
%59
%0
%13

Triadic Colors of #875bde

#875bde #de875b #5bde87

Analogous Colors of #875bde

#875bde #c95bde #5b71de

Monochromatic Colors of #875bde

#875bde

Complementary Color

#875bde #b2de5b

#875bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#875bde Color CSS Codes

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

#875bde Text Font Color

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

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


#875bde Background Color

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

This div background color is #875bde


#875bde Border Color

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

This div border color is #875bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875bde


Comments

No comments written yet.

Please login to write comment.