Color Hex Logo

#875384 Color Hex

#875384
(135,83,132)
0 Favorites   0 Comments

Color spaces of #875384

RGB 13583132
HSL0.840.240.43
HSV303°39°53°
CMYK 0.000.390.02   0.47
XYZ17.249813.003423.4305
Yxy13.00340.32130.2422
Hunter Lab36.060222.2820-13.2821
CIE-Lab42.768429.7742-18.5250

#875384 color RGB value is (135,83,132).

#875384 hex color red value is 135, green value is 83 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #875384 hue: 0.84 , saturation: 0.24 and the lightness value of 875384 is 0.43.

The process color (four color CMYK) of #875384 color hex is 0.00, 0.39, 0.02, 0.47. Web safe color of #875384 is #996699. Color #875384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010011 10000100
Octal 207 123 204
Decimal 135 83 132
Hex 87 53 84

RGB Percentages of Color #875384

%38.57
%23.71
%37.71

CMYK Percentages of Color #875384

%0
%39
%2
%47

Triadic Colors of #875384

#875384 #848753 #538487

Analogous Colors of #875384

#875384 #87536a #705387

Monochromatic Colors of #875384

#875384

Complementary Color

#875384 #538756

#875384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875384 Color CSS Codes

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

#875384 Text Font Color

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

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


#875384 Background Color

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

This div background color is #875384


#875384 Border Color

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

This div border color is #875384


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,83,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875384; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875384;
  -webkit-box-shadow: 1px 1px 3px 2px #875384;
  box-shadow:         1px 1px 3px 2px #875384; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875384


Comments

No comments written yet.

Please login to write comment.