Color Hex Logo

#875482 Color Hex

#875482
(135,84,130)
0 Favorites   0 Comments

Color spaces of #875482

RGB 13584130
HSL0.850.230.43
HSV306°38°53°
CMYK 0.000.380.04   0.47
XYZ17.191313.103322.7422
Yxy13.10330.32410.2471
Hunter Lab36.198521.4255-11.9108
CIE-Lab42.918528.8068-17.0809

#875482 color RGB value is (135,84,130).

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

The process color (four color CMYK) of #875482 color hex is 0.00, 0.38, 0.04, 0.47. Web safe color of #875482 is #996699. Color #875482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010100 10000010
Octal 207 124 202
Decimal 135 84 130
Hex 87 54 82

RGB Percentages of Color #875482

%38.68
%24.07
%37.25

CMYK Percentages of Color #875482

%0
%38
%4
%47

Triadic Colors of #875482

#875482 #828754 #548287

Analogous Colors of #875482

#875482 #875469 #735487

Monochromatic Colors of #875482

#875482

Complementary Color

#875482 #548759

#875482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875482 Color CSS Codes

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

#875482 Text Font Color

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

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


#875482 Background Color

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

This div background color is #875482


#875482 Border Color

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

This div border color is #875482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875482


Comments

No comments written yet.

Please login to write comment.