Color Hex Logo

#875cbf Color Hex

#875CBF
(135,92,191)
0 Favorites   0 Comments

Color spaces of #875cbf

RGB 13592191
HSL0.740.440.55
HSV266°52°75°
CMYK 0.290.520.00   0.25
XYZ23.222816.566851.2639
Yxy16.56680.25500.1819
Hunter Lab40.702330.6145-46.1831
CIE-Lab47.709537.9707-45.7456

#875cbf color RGB value is (135,92,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011100 10111111
Octal 207 134 277
Decimal 135 92 191
Hex 87 5C BF

RGB Percentages of Color #875cbf

%32.30
%22.01
%45.69

CMYK Percentages of Color #875cbf

%29
%52
%0
%25

Triadic Colors of #875cbf

#875cbf #bf875c #5cbf87

Analogous Colors of #875cbf

#875cbf #b95cbf #5c62bf

Monochromatic Colors of #875cbf

#875cbf

Complementary Color

#875cbf #94bf5c

#875cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#875cbf Color CSS Codes

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

#875cbf Text Font Color

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

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


#875cbf Background Color

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

This div background color is #875cbf


#875cbf Border Color

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

This div border color is #875cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875cbf


Comments

No comments written yet.

Please login to write comment.