Color Hex Logo

#874665 Color Hex

#874665
(135,70,101)
0 Favorites   0 Comments

Color spaces of #874665

RGB 13570101
HSL0.920.320.40
HSV331°48°53°
CMYK 0.000.480.25   0.47
XYZ14.530810.470813.5671
Yxy10.47080.37680.2715
Hunter Lab32.358623.5288-2.2077
CIE-Lab38.674531.6884-5.6276

#874665 color RGB value is (135,70,101).

#874665 hex color red value is 135, green value is 70 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #874665 hue: 0.92 , saturation: 0.32 and the lightness value of 874665 is 0.40.

The process color (four color CMYK) of #874665 color hex is 0.00, 0.48, 0.25, 0.47. Web safe color of #874665 is #993366. Color #874665 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000110 01100101
Octal 207 106 145
Decimal 135 70 101
Hex 87 46 65

RGB Percentages of Color #874665

%44.12
%22.88
%33.01

CMYK Percentages of Color #874665

%0
%48
%25
%47

Triadic Colors of #874665

#874665 #658746 #466587

Analogous Colors of #874665

#874665 #874846 #874686

Monochromatic Colors of #874665

#874665

Complementary Color

#874665 #468768

#874665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874665 Color CSS Codes

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

#874665 Text Font Color

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

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


#874665 Background Color

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

This div background color is #874665


#874665 Border Color

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

This div border color is #874665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874665


Comments

No comments written yet.

Please login to write comment.