Color Hex Logo

#875470 Color Hex

#875470
(135,84,112)
0 Favorites   0 Comments

Color spaces of #875470

RGB 13584112
HSL0.910.230.43
HSV327°38°53°
CMYK 0.000.380.17   0.47
XYZ16.086612.661416.9253
Yxy12.66140.35220.2772
Hunter Lab35.582918.4278-3.2938
CIE-Lab42.248625.5030-7.1078

#875470 color RGB value is (135,84,112).

#875470 hex color red value is 135, green value is 84 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #875470 hue: 0.91 , saturation: 0.23 and the lightness value of 875470 is 0.43.

The process color (four color CMYK) of #875470 color hex is 0.00, 0.38, 0.17, 0.47. Web safe color of #875470 is #996666. Color #875470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010100 01110000
Octal 207 124 160
Decimal 135 84 112
Hex 87 54 70

RGB Percentages of Color #875470

%40.79
%25.38
%33.84

CMYK Percentages of Color #875470

%0
%38
%17
%47

Triadic Colors of #875470

#875470 #708754 #547087

Analogous Colors of #875470

#875470 #875457 #855487

Monochromatic Colors of #875470

#875470

Complementary Color

#875470 #54876b

#875470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875470 Color CSS Codes

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

#875470 Text Font Color

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

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


#875470 Background Color

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

This div background color is #875470


#875470 Border Color

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

This div border color is #875470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875470


Comments

No comments written yet.

Please login to write comment.