Color Hex Logo

#875cbe Color Hex

#875CBE
(135,92,190)
0 Favorites   0 Comments

Color spaces of #875cbe

RGB 13592190
HSL0.740.430.55
HSV266°52°75°
CMYK 0.290.520.00   0.25
XYZ23.113116.522950.6862
Yxy16.52290.25590.1829
Hunter Lab40.648430.3624-45.4774
CIE-Lab47.653237.7205-45.2561

#875cbe color RGB value is (135,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011100 10111110
Octal 207 134 276
Decimal 135 92 190
Hex 87 5C BE

RGB Percentages of Color #875cbe

%32.37
%22.06
%45.56

CMYK Percentages of Color #875cbe

%29
%52
%0
%25

Triadic Colors of #875cbe

#875cbe #be875c #5cbe87

Analogous Colors of #875cbe

#875cbe #b85cbe #5c62be

Monochromatic Colors of #875cbe

#875cbe

Complementary Color

#875cbe #93be5c

#875cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#875cbe Color CSS Codes

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

#875cbe Text Font Color

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

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


#875cbe Background Color

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

This div background color is #875cbe


#875cbe Border Color

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

This div border color is #875cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875cbe


Comments

No comments written yet.

Please login to write comment.