Color Hex Logo

#874662 Color Hex

#874662
(135,70,98)
0 Favorites   0 Comments

Color spaces of #874662

RGB 1357098
HSL0.930.320.40
HSV334°48°53°
CMYK 0.000.480.27   0.47
XYZ14.386410.413112.8069
Yxy10.41310.38260.2769
Hunter Lab32.269323.1080-0.9422
CIE-Lab38.573931.2335-3.8993

#874662 color RGB value is (135,70,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000110 01100010
Octal 207 106 142
Decimal 135 70 98
Hex 87 46 62

RGB Percentages of Color #874662

%44.55
%23.10
%32.34

CMYK Percentages of Color #874662

%0
%48
%27
%47

Triadic Colors of #874662

#874662 #628746 #466287

Analogous Colors of #874662

#874662 #874b46 #874683

Monochromatic Colors of #874662

#874662

Complementary Color

#874662 #46876b

#874662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874662 Color CSS Codes

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

#874662 Text Font Color

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

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


#874662 Background Color

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

This div background color is #874662


#874662 Border Color

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

This div border color is #874662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874662


Comments

No comments written yet.

Please login to write comment.