Color Hex Logo

#876290 Color Hex

#876290
(135,98,144)
0 Favorites   0 Comments

Color spaces of #876290

RGB 13598144
HSL0.800.190.47
HSV288°32°56°
CMYK 0.060.320.00   0.44
XYZ19.393415.899928.4324
Yxy15.89990.30430.2495
Hunter Lab39.874717.0344-14.3641
CIE-Lab46.842923.4830-19.4846

#876290 color RGB value is (135,98,144).

#876290 hex color red value is 135, green value is 98 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #876290 hue: 0.80 , saturation: 0.19 and the lightness value of 876290 is 0.47.

The process color (four color CMYK) of #876290 color hex is 0.06, 0.32, 0.00, 0.44. Web safe color of #876290 is #996699. Color #876290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100010 10010000
Octal 207 142 220
Decimal 135 98 144
Hex 87 62 90

RGB Percentages of Color #876290

%35.81
%25.99
%38.20

CMYK Percentages of Color #876290

%6
%32
%0
%44

Triadic Colors of #876290

#876290 #908762 #629087

Analogous Colors of #876290

#876290 #906282 #706290

Monochromatic Colors of #876290

#876290

Complementary Color

#876290 #6b9062

#876290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876290 Color CSS Codes

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

#876290 Text Font Color

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

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


#876290 Background Color

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

This div background color is #876290


#876290 Border Color

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

This div border color is #876290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876290


Comments

No comments written yet.

Please login to write comment.