Color Hex Logo

#875db4 Color Hex

#875DB4
(135,93,180)
0 Favorites   0 Comments

Color spaces of #875db4

RGB 13593180
HSL0.750.370.54
HSV269°48°71°
CMYK 0.250.480.00   0.29
XYZ22.144216.274945.1543
Yxy16.27490.26500.1947
Hunter Lab40.342227.3816-38.1228
CIE-Lab47.333134.6769-39.9503

#875db4 color RGB value is (135,93,180).

#875db4 hex color red value is 135, green value is 93 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #875db4 hue: 0.75 , saturation: 0.37 and the lightness value of 875db4 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011101 10110100
Octal 207 135 264
Decimal 135 93 180
Hex 87 5D B4

RGB Percentages of Color #875db4

%33.09
%22.79
%44.12

CMYK Percentages of Color #875db4

%25
%48
%0
%29

Triadic Colors of #875db4

#875db4 #b4875d #5db487

Analogous Colors of #875db4

#875db4 #b35db4 #5d5eb4

Monochromatic Colors of #875db4

#875db4

Complementary Color

#875db4 #8ab45d

#875db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875db4 Color CSS Codes

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

#875db4 Text Font Color

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

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


#875db4 Background Color

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

This div background color is #875db4


#875db4 Border Color

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

This div border color is #875db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875db4


Comments

No comments written yet.

Please login to write comment.